Forum Discussion
Power BI Service Dataset Refresh Error - Expression.Error: The column '<ccon>ID' of the ...
The error message means, the column "ID" has been removed from one of the table that you were using.
If you are not using that column, download the PBIX file and just refresh it in your desktop and upload it again; That should work.
All the best.
Please mark this as answer if this worked.
We are facing the same refresh error in our organization. I assume this is a global issue ...
I resolve that in the following way:
You have to set your ApiVersion to 15. Of course, it cannot be so simple because the table's structure will be slightly different afterward.
- sulleyinoz3 years agoAdvocate II
Hi Wojnar
I'm using the new implementation method 2.0 which has been wonderful and fast these last 6 months. Is this going to destroy that?
When you say set the ApiVersion to 15, where are you doing that? For every table in the Source script? I have 93 tables, I don't fancy doing that.
I've also checked every table still has its ID column, so this is definitely something else going on here.