There are many ways to convert a propositional logic formula into a DNF, one of them is the use of the truth table which is however typically the worst effort. My recommendation would be to use the Shannon decomposition, i.e., make a case distinction on the variable p, and you will quickly see that the formula is equivalent to !p&!q.