- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thank you very much for the explanation, I will add this to my notes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Subject | Author | Posted | |
---|---|---|---|
02-07-2025 07:03 AM | |||
03-06-2025 08:24 AM | |||
11-19-2024 10:58 AM | |||
03-06-2025 08:26 AM | |||
02-06-2025 12:06 PM |
User | Count |
---|---|
24 | |
17 | |
8 | |
8 | |
2 |
User | Count |
---|---|
32 | |
26 | |
22 | |
18 | |
12 |