Forum Discussion
vat2do
Helper III
2 years agodelete rows in power bi query editor
Greetings to all Have a quick question. How to delete/remove rows in a table using powerbi query editor having null values in selected column. Appreciate your reply.
mohitkumawat
Impactful Individual
2 years agoHi,
If you're in the edit queries screen, you click on the arrow and in the drop-down menu you should be able to click sort ascending or descending. In general the null value should sort on the top, where you can uncheck the null mark. or you can
- Select all the columns you want to test for null on.
- In the Add Column ribbon, select Merge Columns with no special delimiter.
- Filter that newly Merged column for null, or select the "remove empty" filter. Remove Empty will remove blanks and nulls.
- Delete the temporary merged column.
vat2do
Helper III
2 years agoThanks for the reply,
What if I need to delete the rows having null value in a specific column of a table.