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.
Hello, for a 2 days now, I get this notification:
Failure details: The last refresh attempt failed because of an internal service error. This is usually a transient issue. If you try again later and still see this message, contact support.
<ccon>Expression.Error: The column 'msdyn_intent' of the table wasn't found.. msdyn_intent. </ccon>. The exception was raised by the IDbCommand interface. Table: incident.
The thing is that I searched in the dataverse table "Incident" and there is no column "msdyn_intent".
I went in the BI original query, even reimported the data table and searched for this column and it is nowhere to be found.
Anyone has an idea on how to solve this issue?
Thanks
Cat
Solved! Go to Solution.
@Cat_Car You need to review your M code in Advanced Editor and see where that column is referenced and remove it.
@Cat_Car You need to review your M code in Advanced Editor and see where that column is referenced and remove it.
Thank you for the information. It worked.