Forum Discussion
Slicer multiple selection error
- 8 years ago
The reason for the issue is the measure always expect and return a single value. But here measure receives multiple values when you do multi-select. So, please do change your logic accordingly.
The reason for the issue is the measure always expect and return a single value. But here measure receives multiple values when you do multi-select. So, please do change your logic accordingly.
- DenisRaul038 years agoRegular Visitor
OK, thank's for the help!
- Anonymous7 years agoNot applicable
I have a similar issue as the original poster. But I have over 50 possible selections, how would I go about adjusting my DAX formula to allow for multiple selections? I can supply my original DAX code if you need.
Best,
Alex B.
- Anonymous7 years agoNot applicable
Hello. I'm having a similar problem as the original poster where I have a Switch(True) function that inputs different values on a time series line graph based on a slicer selection. I would like to multiple select and display various selections at the same time on the graph, however I need help adjusting my DAX. Can you please show me how I should adjust for multiple selections when I have roughly 50 possible selections?
Best,
AB