Forum Discussion
Circular Dependency on lookup calculated column
Here is the process I am trying to attempt:
LookupValue from Table A to place value in table B
Calculated column off of new value in table B to say if = Y, 1 - this is a trigger I need to calculate
Calculated column to add ALL triggers together from the entire table for a total.
I receive circular dependencies with the last 2 columns. I have attempted just one of them and still receive dependency.
Please help
- Anonymous4 years ago
I think it may have been the way I was trying to use the data & the relationship. I removed the relationship from the look up table and unique key and then did a lookup column by column into the main table. It then let me do the calculations properly. Not sure if it's the best way but it worked
2 Replies
- amitchandak
Super User
Anonymous , You need to share the formula to check
If, you create column A using B and C columns and again use A In any one of them that is not allowed
Also, when try to use measure in a column, you can get
https://www.sqlbi.com/articles/avoiding-circular-dependency-errors-in-dax/
- AnonymousNot applicable
I think it may have been the way I was trying to use the data & the relationship. I removed the relationship from the look up table and unique key and then did a lookup column by column into the main table. It then let me do the calculations properly. Not sure if it's the best way but it worked