Forum Discussion

clem312's avatar
clem312
Resolver I
4 years ago
Solved

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[%Q108],
'model'[lib_model] IN {"Connect", "Transit Custom", "Transit", "Transit MHEV", "Transit Tourneo"}
),
makes a circular dependancy.

2 Replies

  • Hi Anonymous 

     

    Thank you. I had first solved it using FILTER instead of comma.

    But your answer is a great help as I have other tables where the blank row issue that is mentioned in you article would have occured.