Forum Discussion

lovishsood1's avatar
lovishsood1
Resolver I
1 year ago
Solved

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...
  • lovishsood1's avatar
    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")