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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Error says that “a column is not being found”

I would like to update a data set in powerBI having the transformation steps applied to the new (updated) data list.

But by replacing the data set, power BI sends me an error which says that “a column is not being found”. and It is the first empty column in data set.

Columns are not changed compared to the old data set. All same columns.

So therefore currently I am not being able to update my data.

 

Do you know where this error is coming from?

 

Thanks

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @Anonymous,

In fact, these error messages mean the updated records from the data source do not match the cache data structure. AFAIK, Power query is a step-based language, each operation will be recorded in these steps.
These query steps will log data structures and the change on data structure change into each query step and they do not auto-synced even if any change on the data source side.
When you do change the data structure on the data source side(e.g. change column name/type, edit/remove fields), the new records do not match these cached data structures and power bi will return the error message about 'key or field value not match'.
For this scenario, you need to enter to query editor to manually fix these data structure issues and publish to replace the old report.
Regards,

Xiaoxin Sheng

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

HI @Anonymous,

In fact, these error messages mean the updated records from the data source do not match the cache data structure. AFAIK, Power query is a step-based language, each operation will be recorded in these steps.
These query steps will log data structures and the change on data structure change into each query step and they do not auto-synced even if any change on the data source side.
When you do change the data structure on the data source side(e.g. change column name/type, edit/remove fields), the new records do not match these cached data structures and power bi will return the error message about 'key or field value not match'.
For this scenario, you need to enter to query editor to manually fix these data structure issues and publish to replace the old report.
Regards,

Xiaoxin Sheng

amitchandak
Super User
Super User

@Anonymous , In your steps you have to check for any rename. Right click and open advance editor If there is no additional rename before the error step, means something has changed at source.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors