Forum Discussion
Qazybek
8 years agoFrequent Visitor
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 h...
- 8 years ago
In your query, duplicate your F column. Use that column to calculate C.
Greg_Deckler
Community Champion
8 years agoIn your query, duplicate your F column. Use that column to calculate C.
Qazybek
8 years agoFrequent Visitor
Do you mean in PowerQuery? I don't see this column there :( It should be calculated one
- MattAllington8 years ago
Community Champion
You should listen to Greg. Column C points to F and F points to C. It doesn't matter that the rows are different. it works column by column, not row by row. I suspect you may be able to do it with a combination of combining the formulas into 1 or 2 columns, plus using this technique I show here. https://exceleratorbi.com.au/user-specified-growth-investment-using-power-bi/
- Qazybek8 years agoFrequent Visitor
Greg, Matt, Thank you very much!