Forum Discussion
Conditional formatting of line graph using measures
- Anonymous1 year ago
Hi jhauw74 ,
You can create field parameter for your drop down menu and then switch the measure based on the option, which may look as follows:OptionMeasure = SWITCH( [Parameter], "ID", [IDMeasure], "Value", [ValueMeasure], BLANK() )
Hope it helps!
Best regards,
Community Support Team_ Scott ChangIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi jhauw74 ,
You can create field parameter for your drop down menu and then switch the measure based on the option, which may look as follows:
OptionMeasure =
SWITCH(
[Parameter],
"ID", [IDMeasure],
"Value", [ValueMeasure],
BLANK()
)
Hope it helps!
Best regards,
Community Support Team_ Scott Chang
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
- jhauw741 year ago
Helper I
Hi Scott - this is sounds what I am looking for - are you able to give me step by step as to where I can get the field parameter?
Josh.
- Anonymous1 year agoNot applicable
Hi jhauw74 ,
It is in the power bi modeling tab, click New parameter:
Best regards,
Community Support Team_ Scott Chang