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")
Anonymous
1 year agoNot applicable
Hi lovishsood1
This issue has been confirmed as a known issue internally. You can try change the CalendarAuto to Calendar function. If this workaround do not solve your problem, please be patient to wait for fixing. If there is any news, I will update it here.
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
lovishsood1
1 year agoResolver I
I have not used the CalendarAuto function.