Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Circular Dependency error

Hello,    I am attempting to write a DAX expression that references two calculated columns and one other column from the source data. The error message I receive is as follows: A circular depe...
  • MFelix's avatar
    MFelix
    3 years ago

    Hi Anonymous ,

     

    Taking into account that you have relationships between the tables you can change the LOOKUPVALUE by a RELATED making the circular dependency to be eliminated:

    Status Country Name = RELATED('Country Code Mapping'[Country Name])