Forum Discussion
Anonymous
6 years agoNot applicable
SWITCH evaluation
As of now, experiments I realized with DAX on SSAS Level 1500, make me think that in the expression : SWITCH(intValue, value_1, expr1, value_2, expr2, ... value_N, exprN ) the evaluation engin...
- 6 years ago
Read all about it here. https://www.sqlbi.com/articles/optimizing-if-and-switch-expressions-using-variables/
MattAllington
6 years agoCommunity Champion
Read all about it here. https://www.sqlbi.com/articles/optimizing-if-and-switch-expressions-using-variables/
- Anonymous6 years agoNot applicable
Thank you, I finally found this paper this morning.
Anyway strange behavior.
Again thanks for your help.