Forum Discussion
Circular Dependency preventing second calculated column creation
- 5 years ago
I've never seen measures used in this way before. I don't recommend it.
So I think you should replace the usage of the measures in each column with the appropriate DAX - not too complicated to do.
The DAX is a little long-winded but it looks like it will work.
--------------
Let me know how you get on
I've never seen measures used in this way before. I don't recommend it.
So I think you should replace the usage of the measures in each column with the appropriate DAX - not too complicated to do.
The DAX is a little long-winded but it looks like it will work.
--------------
Let me know how you get on
Thanks HotChili! Feeling a bit dim that it was such a straight forward fix. But yep, like you suggested, removing the measures and replacing the references to them in the calculated columns has fixed things
Out of curiosity, are there any recommendations you could give to simplify the DAX? It seems to work fine but if there are efficiencies that could be made it'd be interesting to hear
Thanks again for the quick response!