Forum Discussion

smpa01's avatar
smpa01
Icon for Community Champion rankCommunity Champion
1 year ago
Solved

Slicer Filtering with URL query string parameter

I am following this but it is not showing the filtered value to appear on slicer dropdown like it shows the filtered data on the table viz.   Current     https://app.powerbi.com/groups/ws_...
  • smpa01's avatar
    smpa01
    1 year ago

    Thanks for looking into this and  I did manage to solve the problem on my own through a series of trial and error.

     

    What must not be done

    a. No slicer shoule be made to Single select (for the  reason explained above )

     

    What needs to be done

    Option 1 - create vertical list on the slicer settings (visual -> slicer settings-> options-> style) and don't select any values. When URL query string is supplied with a parameter, it will filter the data model correctly but the end user will see that particular slicer value (the one/s passed on to URL query string) slicer value as unselected (as visible here ) in the slicer viz.

     

    Option 2 - create vertical list on the slicers (visual -> slicer settings-> options-> style) and select all values. When URL query string is supplied with a parameter, it will filter the data model  correctly and the end user will see that particular slicer value  (the one/s passed on to URL query string) as selected in the slicer viz