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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
avapigna
Regular Visitor

Filter table based on number of selected item in slicer

I have the following problem:

  • The slicer contains SliceColumn (text).
  • The user can select 1 or more elements from the slicer.
  • Table1 contains 3 columns: StringColumn, Min (whole number) and Max (whole number)
  • I would like to show only values from StringColumn where Min <= number of selections AND Max >= number of selections

Is it possible?

 

1 REPLY 1
lbendlin
Super User
Super User

You must show the column, but what you can do is make all values BLANK() if you want to "hide" it.

 

Or you can use the "custom matrix with measures" approach that is described in much detail on the interwebs.

Helpful resources

Announcements
October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors