Forum Discussion
Anonymous
8 years agoNot applicable
How to output multiple selections on a single chart using a switch statement
Hi, So I have some selection buttons created from a switch statement in my report. The statement I have used is the following; Selection = SWITCH( TRUE(), VALUES( 'Metric Selection'[Metric...
- 8 years ago
MeasureQuality = IF(Selected value('Metric selection'[Metric]="ALL"); Quality[TotalAvgQualityperAgent];
Blank()
)Then include an "ALL" button aswell?
Anonymous
8 years agoNot applicable
Brilliant, that did the trick. Thank you very much :smileyhappy:
tex628
Community Champion
8 years agoGood to hear! :)