Forum Discussion
Anonymous
8 years agoNot applicable
Pareto classes with WhatIf
Hi, I have an issue as I tried to set a parameter of WhatIf and then set my classes based on the selected value. It does not work on my file... I have set my parameters as per below; ...
Stachu
8 years agoCommunity Champion
but you're not using it in the Colonne measure, try this:
Colonne = IF(Merge1[Hit]>MeasureA;"A";"Autre")
Anonymous
8 years agoNot applicable
Colonne =
IF( Merge1[Fct $]>[MesureA];"A";"Autre")
Just did and still not working...
Have you look at the file?