Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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.
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
Hi,
Thank you very much for the explanation, I will add this to my notes.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
8 | |
6 | |
5 | |
2 | |
1 |
User | Count |
---|---|
15 | |
10 | |
5 | |
4 | |
4 |