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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
S_D
Frequent Visitor

Refresh issue: Expression.Error

Hi everyone,

 

When I refresh a table in Power BI, I got this message:

"Expression.error: the columns "column15" of the table was not found"

 

Indeed, initially I had 15 columns in my datasheet where column 15 was empty, but with the second update of my datasheet, the empty column was deleted (because not needed).

But when I want to refresh the table in Power BI, I get the error that there is a column 15 missing. 

How can I solve this in Power BI?

 

Thanks for your answer!expression_error.png

 

 

 

1 ACCEPTED SOLUTION
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @S_D,

 

You need to delete all the reference to "Column15" in Power Query code. 

 

In Query Editor mode, delete the highlighted part in M code under "Changed Type" step.

1.PNG2.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
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

2 REPLIES 2
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @S_D,

 

You need to delete all the reference to "Column15" in Power Query code. 

 

In Query Editor mode, delete the highlighted part in M code under "Changed Type" step.

1.PNG2.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Arentir
Resolver III
Resolver III

Hi @S_D

You have to update your load in "Edit Query", you probably have a transformation on the column that was deleted. (classic one: Promoted header)

Feel free to share the file if you need further help 

 

Helpful resources

Announcements
Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors