Forum Discussion
Refresh error wrong
I got error on refresh
Data source error: {"error":{"code":"ModelRefresh_ShortMessage_ProcessingError","pbi.error":{"code":"ModelRefresh_ShortMessage_ProcessingError","parameters":{},"details":[{"code":"Message","detail":{"type":1,"value":"The column 'total_sale_amount' of the table wasn't found."}}],"exceptionCulprit":1}}}
But in desktop version i dont have any errors, also error does not show me where it raised.
So how to fix this error if i dont know where to find it?
As i chechked each table and each step, and everything is good there.
Hi Digger ,
If desktop works fine,then try to republish the dataset to another workspace with a new name and check whether this error still exists.
If not,then back to the oringinal workspace,delete the dataset and republish it again.
Best Regards,
KellyDid I answer your question? Mark my reply as a solution!
14 Replies
- v-kelly-msftCommunity Support
Hi Digger ,
If desktop works fine,then try to republish the dataset to another workspace with a new name and check whether this error still exists.
If not,then back to the oringinal workspace,delete the dataset and republish it again.
Best Regards,
KellyDid I answer your question? Mark my reply as a solution!
- Pragati11Super User
Hi Digger ,
The error below clealry says, one of the column is missing from your table:
Data source error: {"error":{"code":"ModelRefresh_ShortMessage_ProcessingError","pbi.error":{"code":"ModelRefresh_ShortMessage_ProcessingError","parameters":{},"details":[{"code":"Message","detail":{"type":1,"value":"The column 'total_sale_amount' of the table wasn't found."}}],"exceptionCulprit":1}}}
I would suggest you check your table if this column is missing or not.
Thanks,
Pragati
- Pragati11Super User
Hi Digger ,
How many tables have you got in Power BI?
The error seems very straight forward, just that you will have to check which one is missing this column.
Have you got any previous versions of this report, where this error never appeared?
You can do a quick search under FIELDS PANE for this column in the previous report.
Also just checking spplied steps in Query editor doesn't confirm everything is fine as this column may have been deleted in the source from where you are accessing these tables.
Thanks,
Pragati