Forum Discussion
clem312
4 years agoResolver I
GENERATED Table
Hi, I created a GENERATED Table and I have a circular dependancy. I don't understand why. I can create a measure calling ALL(model) but not calling a specific model : CALCULATE( Q108...
- Anonymous4 years ago
clem312 this article from SQLBI may be of help to you:
https://www.sqlbi.com/articles/avoiding-circular-dependency-errors-in-dax/
The first thing I would try is replacing your "VALUES" functions with "DISTINCT" in your calculated table.
Anonymous
4 years agoNot applicable
clem312 this article from SQLBI may be of help to you:
https://www.sqlbi.com/articles/avoiding-circular-dependency-errors-in-dax/
The first thing I would try is replacing your "VALUES" functions with "DISTINCT" in your calculated table.