Forum Discussion
nh27
5 years agoHelper III
Removing rows with all null values
Hi All, Currently building a model in Power BI and quite often with data refresh and new files we will have multiple rows where all values are blank but once in Power BI in the query editor they ...
- 5 years ago
Two options
- In Power Query, you apply a filter to the column so that it does not include nulls.
- Regardless of the column, you remove rows that are blank. Start menu. Remove Rows option, Remove Blank Rows option.
nh27
5 years agoHelper III
Thank you all for your help, removing the blank rows worked, however needed to do this at an earlier step in my query editor for it to kick in. It did not seem to want to remove blanks after a number of applied steps for some reason.