Forum Discussion
Pikachu-Power
Impactful Individual
5 years agoLine Charts with Filter
Hello, I have the following three measures I want to show as a line chart: MeasureA = CALCULATE(SUM(Table1[Value1]), Table1[Layer] = "A") MeasureB = CALCULATE(SUM(Table1[Value1]), Tabl...
- 5 years ago
Hi Pikachu-Power ,
Like this?
Or like this?(In this case, only two lines can be returned according to the user's choice.)
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
nvprasad
Solution Sage
5 years agoHi,
Please create one more measure with the if or switch function. then pass the measure in the value section of the visual.
Ex: If (selectedmeasure = A, A, if selectedMeasrue = B, C)
Appreciate a Kudos! 🙂
If this helps and resolves the issue, please mark it as a Solution! 🙂
Regards,
N V Durga Prasad