Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
ALPOM
New Member

Expression.Error: The column 'Column81' of the table wasn't found

Good day,

I have removed a column in my excel source data and when I refresh power bi, below error message popped out.

'Expression.Error: The column 'Column81' of the table wasn't found'

 

Please advice how to fix. Thank you.

1 ACCEPTED SOLUTION
v-yalanwu-msft
Community Support
Community Support

Hi, @ALPOM ;

Power Query is telling you that this column name doesn't exist in your dataset. Check if you have your column name (including any capital letters, spaces, etc). If the removing column is a step in your query click on a previous step and check what the column name is exactly.

vyalanwumsft_1-1660813681185.png

Can you post a sample of your M code that is erroring out? 

[Expression.Error] The column '<column title>' of ... - Microsoft Power BI Community


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-yalanwu-msft
Community Support
Community Support

Hi, @ALPOM ;

Is your problem solved?  If so, kindly mark the proper reply as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to help you further.


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

v-yalanwu-msft
Community Support
Community Support

Hi, @ALPOM ;

Power Query is telling you that this column name doesn't exist in your dataset. Check if you have your column name (including any capital letters, spaces, etc). If the removing column is a step in your query click on a previous step and check what the column name is exactly.

vyalanwumsft_1-1660813681185.png

Can you post a sample of your M code that is erroring out? 

[Expression.Error] The column '<column title>' of ... - Microsoft Power BI Community


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

ronrsnfld
Super User
Super User

Remove the reference to "Column81" whereever it is referenced. 

 

It is likely in the M Code that underlies the Query (Home=>Transform Data=> Home =>Advanced Editor..

 

Depending on how often you will be changing your data source structure, it is possible to write M-Code where the column references are dynamic, but the learning curve may be steep.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.