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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
datakohai12
Frequent Visitor

Power Query Functionality to hide a field

Hello all, 

Can you guide how to hide a field in Microsoft Power Query? I see the remove field, though I do not see the hide field functionality. Background: I am attempting to create a custom column with two fields. One of the fields will be shown later in the query, while the other will not. 

1 ACCEPTED SOLUTION
DennesTorres
Impactful Individual
Impactful Individual

Hi,

I don't think you need to hide the field, in fact, "hiding field" would be something very strange for power query.

Power Query create a sequence of transformation actions. The later actions don't "break" previous actions.

In your case: You have two columns, you want to create a 3rd calculated column.

Go ahead, create it. The creation of the 3rd column will be one step on the transformation sequence. Later, remove the column you don't want, keep the other two. 

The removal of the column happens after the calculated column was created, so it doesn't affect in any way the calculated column.

However, if what you are looking for is an active formula, which will change the value according to the context of other columns, this shouldn't even be in Power Query, this is something done in the model, using a DAX measure.

Kind Regards,

Dennes

View solution in original post

2 REPLIES 2
datakohai12
Frequent Visitor

Hi,

Thank you very much for the explanation, I will add this to my notes.

DennesTorres
Impactful Individual
Impactful Individual

Hi,

I don't think you need to hide the field, in fact, "hiding field" would be something very strange for power query.

Power Query create a sequence of transformation actions. The later actions don't "break" previous actions.

In your case: You have two columns, you want to create a 3rd calculated column.

Go ahead, create it. The creation of the 3rd column will be one step on the transformation sequence. Later, remove the column you don't want, keep the other two. 

The removal of the column happens after the calculated column was created, so it doesn't affect in any way the calculated column.

However, if what you are looking for is an active formula, which will change the value according to the context of other columns, this shouldn't even be in Power Query, this is something done in the model, using a DAX measure.

Kind Regards,

Dennes

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugFabric_Carousel

Fabric Monthly Update - August 2024

Check out the August 2024 Fabric update to learn about new features.

August Carousel

Fabric Community Update - August 2024

Find out what's new and trending in the Fabric Community.