- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Date table relationship not working
When I build a relationship between date table and main data source it breaks all visuals associated with date. I am trying to create a line graph visual ordered by fiscal month. The report final date stops showing date hiearchy when connected to date table. If I try to create a fiscal month collumn in the same table as my main data source I get this error message.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Thanks for the reply from Idrissshatila , please allow me to provide more details about circular dependency.
Hi @Hgsilva ,
Circular dependencies occur when a calculation depends on itself, directly or indirectly. In Power BI, this can happen when you create a calculated column that refers to itself, or when you have multiple calculated columns that refer to each other. Here are some common scenarios and solutions:
- Calculated Columns Referencing Each Other: If you create two calculated columns that reference each other, you are generating a circular dependency.
- Context Transition Inside a Calculated Column: If you use CALCULATE in a calculated column, it performs a context transition and makes that column dependent on all the columns in the table. If two such columns exist, they depend on each other, causing a circular dependency. The solution is to restrict the list of columns that the calculated column depends on by using ALLEXCEPT or REMOVEFILTERS and keeping only the table’s primary key.
- Creating a Relationship Involving a Calculated Column or Table: This can also cause a hidden circular dependency.
To fix a circular dependency, you need to find the source of the circular reference and either remove it or redesign the calculation so that it does not depend on itself. You could review the following links to understand circular dependencies, avoid it and how to fix it when you got the circular dependencies error.
Understanding circular dependencies in DAX - SQLBI
Avoiding circular dependency errors in DAX - SQLBI
Best regards,
Lucy Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Thanks for the reply from Idrissshatila , please allow me to provide more details about circular dependency.
Hi @Hgsilva ,
Circular dependencies occur when a calculation depends on itself, directly or indirectly. In Power BI, this can happen when you create a calculated column that refers to itself, or when you have multiple calculated columns that refer to each other. Here are some common scenarios and solutions:
- Calculated Columns Referencing Each Other: If you create two calculated columns that reference each other, you are generating a circular dependency.
- Context Transition Inside a Calculated Column: If you use CALCULATE in a calculated column, it performs a context transition and makes that column dependent on all the columns in the table. If two such columns exist, they depend on each other, causing a circular dependency. The solution is to restrict the list of columns that the calculated column depends on by using ALLEXCEPT or REMOVEFILTERS and keeping only the table’s primary key.
- Creating a Relationship Involving a Calculated Column or Table: This can also cause a hidden circular dependency.
To fix a circular dependency, you need to find the source of the circular reference and either remove it or redesign the calculation so that it does not depend on itself. You could review the following links to understand circular dependencies, avoid it and how to fix it when you got the circular dependencies error.
Understanding circular dependencies in DAX - SQLBI
Avoiding circular dependency errors in DAX - SQLBI
Best regards,
Lucy Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hello @Hgsilva ,
well this error is expected since your creating table 2 from table 1 then linking both of them, its like linking a table to itself.
I suggest you create the table in Power query or you use a seperate dax to build it without referencing the main table.
Proud to be a Super User! | |

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
09-28-2023 09:47 AM | |||
08-08-2024 10:34 PM | |||
03-22-2023 06:59 PM | |||
Anonymous
| 10-17-2019 08:21 AM | ||
07-27-2018 09:47 AM |
User | Count |
---|---|
121 | |
104 | |
88 | |
52 | |
45 |