Forum Discussion
Circular Dependancy with If statement
I can't understand where my dependancy is. I have 4 measures for running total...
Hi Joe_Grosskopf ,
In your case, Power BI does not allow to have two calculated columns that contain measures that are also based on that table. In order to understand why, you'd need a better understanding of what's going on under the hood.
Refer:
https://www.sqlbi.com/articles/understanding-circular-dependencies/
Best Regards
Lucien
2 Replies
- v-luwang-msftCommunity Support
Hi Joe_Grosskopf ,
In your case, Power BI does not allow to have two calculated columns that contain measures that are also based on that table. In order to understand why, you'd need a better understanding of what's going on under the hood.
Refer:
https://www.sqlbi.com/articles/understanding-circular-dependencies/
Best Regards
Lucien
- Joe_GrosskopfHelper II
I managed to get it working...Thank YOU