Forum Discussion

DenisRaul03's avatar
DenisRaul03
Regular Visitor
8 years ago
Solved

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...
  • SivaMani's avatar
    8 years ago

    DenisRaul03,

     

    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.