Forum Discussion
Crazket
1 year agoNew Member
Circular dependency error when using CALENDAR in Power BI Desktop (works in web version)
I am facing an issue with a DAX formula: CALENDAR in Power BI Desktop, but this error does not occur when working in the web version. I haven't opened the file in a while, but now I need to edit ...
- 1 year ago
Don't use Auto Date/Time, don't use CALENDARAUTO
Crazket
1 year agoNew Member
Replace the formula with Calendar = CALENDAR(DATE(2019, 1, 1), TODAY())
and reassembled the graphs containing Date. This solved the problem, a future without an automatic calendar used!