Forum Discussion
NiYH
1 year agoFrequent Visitor
Unable to execute DAX, A circular dependency was detected, using CALENDARAUTO(),PowerBI WEB works
Upgraded the PBI desktop to Version: 2.138.782.0 64-bit (November 2024). When I open one of my PowerBI desktop file, get the following error message and can't refresh it. ...
Syndicate_Admin
Administrator
1 year agoHello, I have the same problem for several days, do you know how it has been solved?
NiYH
1 year agoFrequent Visitor
Not yet.
Temporarily change the `Calendarauto()` function to:
CALENDAR(
DATE(2020,1,1),
EOMONTH(TODAY(),3))
```
Then manually update the impacted visuals.