Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
vineshparekh
Helper I
Helper I

Hide blank column

Hi,

 

I have created blank column in Power Query by using the following step.

#"Added Custom" = Table.AddColumn(#"Sorted Rows", " ", each "")

 

However, I don't want this column to appear in the final results. Is there a way to hide the column when the data is closed and loaded?

 

Transpose option doesn't help to hide the column. Thank you! 

 

2 ACCEPTED SOLUTIONS
dufoq3
Community Champion
Community Champion

Hi @vineshparekh, if you do not need this column in final result, just delete it.

  • in power query you should use null value instead of "".
  • what is/was the purpose of creating column with name space and "" in every row?

Note: Check this link to learn how to use my query.
Check this link if you don't know how to provide sample data.

View solution in original post

adudani
Memorable Member
Memorable Member

hi @vineshparekh ,

to hide a column once loaded into the model:

1. select the elipsis:

adudani_0-1711491006023.png

 

2. hide

adudani_1-1711491026367.png

 

regardless, i agree with @dufoq3 , if you don't need the column, might as well remove it in power query before loading.

 

 

Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a Kudos 🙂
Kind Regards,
Avinash

View solution in original post

3 REPLIES 3
adudani
Memorable Member
Memorable Member

hi @vineshparekh ,

to hide a column once loaded into the model:

1. select the elipsis:

adudani_0-1711491006023.png

 

2. hide

adudani_1-1711491026367.png

 

regardless, i agree with @dufoq3 , if you don't need the column, might as well remove it in power query before loading.

 

 

Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a Kudos 🙂
Kind Regards,
Avinash
dufoq3
Community Champion
Community Champion

Hi @vineshparekh, if you do not need this column in final result, just delete it.

  • in power query you should use null value instead of "".
  • what is/was the purpose of creating column with name space and "" in every row?

Note: Check this link to learn how to use my query.
Check this link if you don't know how to provide sample data.

Hi @dufoq3 

I have PDFs coming each month and this query adds a column for the current month invoices.

For example,

Feb/24 and the next month it will add a column automatically with Mar/24 based on invoice. After the last column, I have few columns in Excel (Not connected to query) where it shows formula. Since there is a division between two sets of data, the query doesn't use the same format I provided for the table to the new column. (Mar/24). I have to do the same formatting for the newly added column. Where as, if I have a blank column, the query applies the format to the new column keeping blank column at last. 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.