- 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

Expression.Error: The column 'Column_name' of the table wasn't found. Details: Column_name
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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
Now accepting Kudos! If my post helped you, why not give it a thumbs-up?
Proud to be a Datanaut!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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
Now accepting Kudos! If my post helped you, why not give it a thumbs-up?
Proud to be a Datanaut!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
08-07-2022 01:22 AM | |||
01-06-2022 04:21 PM | |||
01-03-2024 01:25 AM | |||
01-16-2024 10:08 AM | |||
07-02-2024 12:50 AM |