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.
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