Forum Discussion

johnny19's avatar
johnny19
Frequent Visitor
5 years ago
Solved

Circular Dependency preventing second calculated column creation

Hi there,   I'm looking for some help with a DAX circular dependency error that I can't manage to get around.  I've tried using ALLEXCEPT but I've not been able to sort out my problem.  Below is a ...
  • HotChilli's avatar
    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