Forum Discussion
Remove Blank Columns
Hello
How can I remove blank columns in Power BI Power Query Editor.
I have a report that returns columns with nothing in. I can't select columns and remove selected, as future runs of the source report may have data in them and so will want those columns to remain.
I believe it needs to be done via the Advanced Editor Applied Steps, but, I'm not sure how.
Thank you
Ian
In Power Query, go to the Transform tab. Then select Transpose (Top-left of screen)
Then back to the Home tab and select Remove Rows > Remove Blank Rows (these blank rows were your blank columns prior to transposing)
Finally Transform > Transpose once more.
11 Replies
- amitchandakSuper User
Anonymous , filter value <> null
- AnonymousNot applicable
Hi amitchandak
Thank you, but...
Is this an Applied Step or an option in Power Query Editor?
Will this filter out any blank cell or only columns that have no data with the exception of a Column name?
- AdescritImpactful Individual
In Power Query you can Transpose your table. Then if you filter out / remove blank rows (these were columns prior to the transpose step) before transposing once more to return your table to its original layout.
- AnonymousNot applicable
Hi Adescrit
Thank you
Is this the Transform/Unpivot Columns/Unpivot Columns?
Then would I follow up with Remove Blank Rows, followed by Transform/Unpivot Columns/Unpivot Columns?
Please can you confirm my understanding?
Thank you
- AdescritImpactful Individual
In Power Query, go to the Transform tab. Then select Transpose (Top-left of screen)
Then back to the Home tab and select Remove Rows > Remove Blank Rows (these blank rows were your blank columns prior to transposing)
Finally Transform > Transpose once more.
- mahoneypatMicrosoft Employee
You should remove any columns that will never have data, but can you clarify why you want to remove columns that sometimes have data? They would take up barely any file size when empty, and you could handle the nulls in your measures if necessary. What issue are you seeing from sometimes-empty columns?
Pat
- AnonymousNot applicable
Hi mahoneypat.
I have 10 tables. When the reports are run in eFront to create the reports, for some reason there are over 100 columns in each table that have Column names like Column 100 up to Column 222 as well as the valid Columns which I require.
When in Power BI I select the Field List in a Table for any of these tables, I am greeted with the columns in alpha order, but my view of them is being hampered by all of these empty columns. It's a "I can't see the wood for the trees problem"