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
try changing the
'ParametreA'[Valeur ParametreA]
to
SELECTEDVALUE('ParametreA'[Valeur ParametreA])Anonymous
8 years agoNot applicable
I have already set a measure;
MesureA = SELECTEDVALUE('ParamètreA'[ParamètreA])
Still not working!
- Stachu8 years agoCommunity Champion
but you're not using it in the Colonne measure, try this:
Colonne = IF(Merge1[Hit]>MeasureA;"A";"Autre")
- Anonymous8 years agoNot applicable
Colonne =
IF( Merge1[Fct $]>[MesureA];"A";"Autre")
Just did and still not working...
Have you look at the file?