Forum Discussion
Circular Dependency detected issue
Hello all,
Here is a link to my demo-table. I want to create the same table using DAX in PowerPivot Data Model but can't figure out how. The problem is a circular dependency. Can someone please help?
In your query, duplicate your F column. Use that column to calculate C.
8 Replies
- QazybekFrequent Visitor
Here is what I tried to do. Can anyone update?
Everything is in the Data Model. I need to adjust Assets BoY after Injection column
- SonLeThaiFrequent Visitor
Do you solve this case? can you share with me? i get the same issue...:(... Please help me solution.
- Greg_Deckler
Community Champion
Yes, that is going to create a circular dependency, not sure what else to say. E comes from C, F comes from C and E and C depends on F, so...
- QazybekFrequent Visitor
Thank you for reviewing. Any chance to avoid circular dependency here?
- Greg_Deckler
Community Champion
In your query, duplicate your F column. Use that column to calculate C.