The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi:
I created and added a column to a table within the Data Model "section" of Power BI.
Why in the world is this new column not showing within that same table in the Power Query Editor?
When I click to "Transform Data", my new column is not there.
That is one of the strangest things that I have ever encountered in my nearly three decades in IT.
When you add a column in one area of the application, does it not "transfer"?
If not, how do I get my new column to appear in Power Query Editor?
Thanks!
John
Solved! Go to Solution.
Hi @jellis1971 ,
Your conclusion is correct, a calculated column added in the "front end" part via DAX will not pop up in Power Query. In fact, some changes in DAX do affect Power Query, i.e. renaming columns or deleting tables.
So if you'd like your new column to appear in Power Query, you have to create it in Power Query:
Note, Power Query uses another language called M with a very different syntax than DAX.
Here some links where this exact matter was discussed:
Columns are not visible in power query | Power BI Exchange (pbiusergroup.com)
Solved: Why won't new column added to table show up on Pow... - Microsoft Power BI Community
Solved: Is there a way to make calculated columns show in ... - Microsoft Power BI Community
Column added in data tab not shown in query editor - Microsoft Power BI Community
Hope this helps! 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
Also happily accepting Kudos 🙂 |
Feel free to connect with me on LinkedIn! | |
#proudtobeasuperuser | |
Hi @jellis1971 ,
Your conclusion is correct, a calculated column added in the "front end" part via DAX will not pop up in Power Query. In fact, some changes in DAX do affect Power Query, i.e. renaming columns or deleting tables.
So if you'd like your new column to appear in Power Query, you have to create it in Power Query:
Note, Power Query uses another language called M with a very different syntax than DAX.
Here some links where this exact matter was discussed:
Columns are not visible in power query | Power BI Exchange (pbiusergroup.com)
Solved: Why won't new column added to table show up on Pow... - Microsoft Power BI Community
Solved: Is there a way to make calculated columns show in ... - Microsoft Power BI Community
Column added in data tab not shown in query editor - Microsoft Power BI Community
Hope this helps! 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
Also happily accepting Kudos 🙂 |
Feel free to connect with me on LinkedIn! | |
#proudtobeasuperuser | |
When you load a table, Power Bi creates a query in the Power Query Editor.
After loading a table you have two options to add a new column: