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.
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!