Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
When I am using the PBI web, it refresh the data every 24h, and the result is:
"Exception Error" The cloumn 'Matar ID" of the table wasn't found. The exception was raised by the IDbCommand interface. Table: Prices
While using the PBI client, i tires 'Refresh' only and it is working properly without any changes
Can you please advise here?
Thanks
Solved! Go to Solution.
Hi @HanKir76,
Thanks for reaching out to the Microsoft Fabric Forum Community.
This issue can happen for a few reasons. Here are some common causes and how to fix them:
Column Name Issue: Double-check the column name for typos or case differences for example, Matar ID vs Matar Id. Power BI Service can be case sensitive.
Schema Changes: If the column was recently renamed or removed from the data source, Power BI Service might not be aware. Try refreshing the schema in Power Query and review all applied steps.
Local vs. Service Behavior: Power BI Desktop might be using cached metadata or handling minor mismatches more flexibly. The Service enforces stricter checks during refresh.
Gateway or Credential Issues: If you're connecting to an on-premises data source, make sure the gateway is running properly and that credentials are correctly set in the Power BI Service.
If this helped, please mark the response as the accepted solution and give it a thumbs-up so others can benefit too.
Best regards,
Prasanna Kumar
Hi @HanKir76,
Thanks for reaching out to the Microsoft Fabric Forum Community.
This issue can happen for a few reasons. Here are some common causes and how to fix them:
Column Name Issue: Double-check the column name for typos or case differences for example, Matar ID vs Matar Id. Power BI Service can be case sensitive.
Schema Changes: If the column was recently renamed or removed from the data source, Power BI Service might not be aware. Try refreshing the schema in Power Query and review all applied steps.
Local vs. Service Behavior: Power BI Desktop might be using cached metadata or handling minor mismatches more flexibly. The Service enforces stricter checks during refresh.
Gateway or Credential Issues: If you're connecting to an on-premises data source, make sure the gateway is running properly and that credentials are correctly set in the Power BI Service.
If this helped, please mark the response as the accepted solution and give it a thumbs-up so others can benefit too.
Best regards,
Prasanna Kumar
Thank you, managed to resolve it based on your answer. It was credentials issue, the local refresh was on a differant user that the web refresh, fixed it and problem resolve
"
Gateway or Credential Issues: If you're connecting to an on-premises data source, make sure the gateway is running properly and that credentials are correctly set in the Power BI Service."