Forum Discussion

Pikachu-Power's avatar
Pikachu-Power
Icon for Impactful Individual rankImpactful Individual
5 years ago

legend when two values in the bar chart

hello,
i put two measures in the value field of a grouped bar chart in the following form:
 
Display_Value =
VAR _SelectedMeasure = SELECTEDVALUE ( 'Measure_Selection'[Measure] )
RETURN
    SWITCH(
        _SelectedMeasure,
        "IP",[Plan],
        "IFCI",[FCI],
        "IFCII",[FCII],
        "IFCIII",[FCIII]
    )
 
but i cant put a measure in the legend when i have two measure values. are there some workarounds?
 

3 Replies