Forum Discussion

Uhrond's avatar
Uhrond
Frequent Visitor
2 years ago
Solved

DAX Optimisation

Hi,

 

I have multiple measure that start with the same variable :

VAR TO_CALCULATE = IF(AND(COUNTROWS(INDIC) = 1, MAX(INDIC[TYPE_LIGNE]) = "INDIC") , TRUE() , FALSE())

 Is it faster to create one separate measure "TO_CALCULATE" with this formula and use this new measure in my multiple other measure ?

 

Thank you

1 Reply