Forum Discussion
lovishsood1
1 year agoResolver I
Circular dependency Unknown Table
Hi Team, Suddenly out of nowhere, I received this Circular Dependency error : A circular dependency was detected: DateTable[DateTable], 84c529b2-492a-b469-6a9e-9782359dd997, DateTable[Date], Dat...
- 1 year ago
Hey guys,
I have resolved this issue by putting relationship of HolidayTable and DateTable to Inactive and used LookupValue function to fetch data from HolidayTable in DateTable.
"IsHoliday", IF(NOT(ISBLANK(LOOKUPVALUE('Holiday Table'[Date], 'Holiday Table'[Date], [Date]))), "True", "False")
Testeri
1 year agoHelper II
If you are using calendarauto() in your datetable you may try changing it to calendar() as a workaround until fix. It worked in my case.