Forum Discussion
DenisRaul03
8 years agoRegular Visitor
Slicer multiple selection error
Hello dear experts, I have a litle problem with multiple selection on a slicer and I can't solve it, there's something I'm missing out. When I try to make multiple selection on the slicer you ca...
- 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.
SivaMani
8 years agoResident Rockstar
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.
DenisRaul03
8 years agoRegular Visitor
OK, thank's for the help!