Forum Discussion

purpletiger's avatar
purpletiger
Frequent Visitor
8 years ago

Date Table Circular Reference w Holiday Table

I am trying to add a holiday table to my Power BI model to calculate working days. Right now I only have two tables, the Date Table which I created using the  Function "DateTable = calendarauto()". The Holiday Table is simply hardcoded reference table. When I attemp to connect the two in an effort to calculate workdays, I get an error regarding Circular Reference. Can someone please help?

 

Thank you, this is really baffling me. 

 

2 Replies

    • Gopa's avatar
      Gopa
      Advocate II

      MattAllington

       

      I am also getting the same issue. In my case, the table is a transaction table with transaction dates and amount fields. The Dates table is created in Power BI desktop using the CALENDARAUTO function. This is also marked as a DateTable. But when I try to create a relationship between the [transaction date] field in the transaction table and the [date] field in the Date table, the circular reference error occurs.

       

      The CALENDARAUTO fucntion is used / preferred to create the date table as this dynamically adjust the calendar table based on the minimum and maximum dates in the data model.