Power BI Change SLICER background colour when selected

Viewed 28

I Have a slicer which display YES, NO and select all enter image description here

what want to achieve is to change the background colour to yellow base on the one I select. For example if I select "Yes" I want to see enter image description here

if I select "No" then

enter image description here

if I select "Select all" then

enter image description here

Note I can only select one filter at a time any idea how I can achieve this?

1 Answers

You can use a Bookmark Navigator or 3 separate buttons linked to bookmarks instead of a single slicer.

Related