Forum Discussion
M_SBS_6
4 years agoHelper V
Circular Dependency
Hi, I have two measures: Measure One: Total_mort_a = Calculate( Sum( 'comps'[comp_value]), 'comps'[mort_id] in {"A"}) Measure Two: Total_mort_d = Calculate( Sum( 'comps'[co...
HotChilli
4 years agoCommunity Champion
The first thing to do is to rewrite the calculated column so that it doesn't use measures. I see people doing this all the time and it's not a good idea.
You may still experience a circular dependency after this but you will be able to track why it's happening