Hi Christopher,
Are you showing filters on the filter pane?
You can use "Applied filter" formatting:
In power bi desktop open Page Formatting,
-> Filter Cards -> type=Applied, then select background color for the filter card:

Once you apply the filter, filter card will be highlighted with background color.
If you want to do the same for slices, create a measure for each slicer, that will count how many filters are applied:
How many filters applied =IF ( ISFILTERED ( 'Dim'[Code] ), DISTINCTCOUNT ( 'Dim'[Code] ), 0)
where Dim[Code] is a field on the slicer
Unfortunately, Background conditional formatting of a slicer is not working now.
So I just put conditionally formatted shape behind the slicer, please see attached pbix
Regards,
------------------------------
Tetyana Yatsenko
Reporting Analyst
NewAge Industries, Inc.
Southampton PA
2155262300
------------------------------
Original Message:
Sent: Apr 21, 2021 03:49 PM
From: Christopher Young
Subject: Slicer Formatting
I'm trying to do something that seems so simple but is proving otherwise. I have a report where I have ton of slicers in a slide-out panel I created. Since I have so many of these (project requirement), I'd like to visually call out the ones in which a filter has been selected. Could be a changed background color or even a bolded font for the selected item. The dynamic formatting functionality for slicers seems to be broken and I can't get anything else to work either.
Any ideas?
------------------------------
Christopher Young
Sr. Financial Systems Analyst
------------------------------