Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
szub
Helper III
Helper III

How to display what filter values are applied to data

Hello,

 

I have a report that has many filter options (15+) and multiple values could be chosen in one filter.  Because many of the filters have more options than can be displayed without scrolling, my users would like to be able to know what filter values are applied to the tables/visuals they are viewing.  When I searched for solutions, what I find seems to apply if only one selection is chosen in a single filter, not multiple. 

 

I am hoping there is a way to display all selected values for all filters.

 

Any guidance is appreciated!

1 ACCEPTED SOLUTION
Pragati11
Super User
Super User

Hi @szub ,

 

First thing really curious to know that is the requirement really to have like 15+ slicers/filters on a single report page?

If it is true, seems a weird requirement to me. 🙂

Won't ask further questions and will suggest 2 approaches that I can think of right now.

 

Consider the following scenario where I have got the following:

  1. Visual to display details
  2. Slicer
  3. Multi-row card visual to display selected values in the slicer

Pragati11_0-1627417514192.png

Now whenever, you make a selection in your slicer, the multi-row card visual will display values based on your selection in the slicer on this report page. See below:

Pragati11_1-1627417632578.png

So, this is one way you can use to display multiple selections from a slicer on your report page.

Similarly you can create this for multiple slicers on your page.

 

But, this approach may end being cumbersome when you have like 15+ slicers on your report page.

Another way could be to move all your slicers to Filter Pane in Power BI Desktop.

So, whenever you select something in your filters, the selected values are highlighted as shown:

Pragati11_2-1627417854288.png

 

Thanks,

Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

View solution in original post

2 REPLIES 2
v-luwang-msft
Community Support
Community Support

Hi @szub ,

Try like below :

Filters Selected (All Except version) =
IF (
    ISFILTERED ( MyTable[MyColumn] ),
    VAR ExcludedValues =
        EXCEPT ( ALL ( MyTable[Column] ), FILTERS ( MyTable[MyColumn] ) )
    RETURN
        "All Except " & CONCATENATEX ( ExcludedValues, MyTable[MyColumn], ", " ),
    "ALL"
)

refer :https://community.powerbi.com/t5/Desktop/Text-field-to-show-the-selected-filter/m-p/276520 

 

Wish it is helpful for you!

 

Best Regards

Lucien

Pragati11
Super User
Super User

Hi @szub ,

 

First thing really curious to know that is the requirement really to have like 15+ slicers/filters on a single report page?

If it is true, seems a weird requirement to me. 🙂

Won't ask further questions and will suggest 2 approaches that I can think of right now.

 

Consider the following scenario where I have got the following:

  1. Visual to display details
  2. Slicer
  3. Multi-row card visual to display selected values in the slicer

Pragati11_0-1627417514192.png

Now whenever, you make a selection in your slicer, the multi-row card visual will display values based on your selection in the slicer on this report page. See below:

Pragati11_1-1627417632578.png

So, this is one way you can use to display multiple selections from a slicer on your report page.

Similarly you can create this for multiple slicers on your page.

 

But, this approach may end being cumbersome when you have like 15+ slicers on your report page.

Another way could be to move all your slicers to Filter Pane in Power BI Desktop.

So, whenever you select something in your filters, the selected values are highlighted as shown:

Pragati11_2-1627417854288.png

 

Thanks,

Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.