Forum Discussion
alex_k
2 years agoRegular Visitor
Circular Dependency Refresh Error in Service but not Desktop
I suddenly started receiving a circular dependency refresh error on a semantic model in service after never having the issue before and without making any recent changes to the model. When I download the pbix file there is no circular dependency error to be found and the file is able to refresh data successfully. Has anybody had this issue before and/or know of a fix?
For reference this is the refresh error:
| On demand | 1/31/2024, 11:25:52 AM | 1/31/2024, 11:25:55 AM | Failed | There was an error when processing the data in the dataset. | ||||||||
|
1 Reply
- aj1973Community Champion
Hi alex_k
It could be a DAX measure that is causing the circular dependency and is detected by the Service and not the Desktop.
Avoiding circular dependency errors in DAX - SQLBI