Forum Discussion
Anonymous
3 years agoNot applicable
Exception while parsing CSDL to create Conceptual Schema
Hey there, Can anyone help me with this particular error message?: For starters, It's a model built in Power BI Desktop and -I think- nothing has changed since yesterday when the report was l...
- Anonymous3 years ago
Yes! Mine's working too!
Thanks for the update.
adamant
2 years agoNew Member
In our case this generic error "...failed to parse CSDL...' was caused by one of the measures being incorrectly written.
x_Is_Workday = //IF ([Is Workday for Country] = TRUE(), TRUE(), FALSE())
Notice part of the statement was commented out. This was put in several months ago, but started manifesting itself only a few days ago. Dataset could be refreshed in the desktop PowerBI, but when we pushed it online and tried to refresh there it would be failing with the " Failed to parse CSDL..." error. We tracked it down but gradually removing tables from the dataset, migrating the dataset and refreshing online. It took a long time but we finally found the problem in one of the measures.