Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Everyone,
I have merged two source tables and made one result table. then i removed unnecessary columns from source tables for optimize the performance
But ended up with "Expression.Error: The column 'division' of the table wasn't found.
Details:
division"
Can someone help me solve this ?
Thanks in Advance,
Mohideen
Solved! Go to Solution.
Hi @Anonymous ,
Either delete the reference to [division] in the M code here:
OR...
Go back through your query steps and adjust them to ensure that the [division] column exists in the table at the step before your reorder columns step.
Pete
Proud to be a Datanaut!
Hi @Anonymous ,
Either delete the reference to [division] in the M code here:
OR...
Go back through your query steps and adjust them to ensure that the [division] column exists in the table at the step before your reorder columns step.
Pete
Proud to be a Datanaut!
Check out the July 2025 Power BI update to learn about new features.