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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Hide values in a slicer

Hello, 


I'm using slicer for values in a column. The orginal settings returns min and max values. Is there any way to hide the values or let the slicer be blank from the dataset by default?

slicer.png

Best regards
Kuggsi

 

 

4 REPLIES 4
Anonymous
Not applicable

Hi  @Anonymous ,

I created some data:

vyangliumsft_0-1650010703203.png

Are you considering using another slicer to control whether the current slicer has a value

Here are the steps you can follow:

1. Use Enter data to create the table.

vyangliumsft_5-1650010773094.png

 

2. Create measure.

Flag =
var _1=SELECTEDVALUE('Table2'[Index])
return
SWITCH(
    TRUE(),
ISFILTERED('Table'[value])&&_1=1,0,
_1=2,1,0
)

3. Put it in the Filter with [Value] as the slicer, and set is =1.

vyangliumsft_2-1650010703207.png

4. Result:

When slicer is 1:

vyangliumsft_3-1650010703207.png

When slicer is 2:

vyangliumsft_4-1650010703208.png

Please click here for the pbix file

 

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

Anonymous
Not applicable

@Anonymous I am using a "between" slicer, so it will unfortunately not work. Thanks for the input though. 

Anonymous
Not applicable

I am using between slicer, so it's not applicable. Guess this is not possible at the moment. 

amitchandak
Super User
Super User

@Anonymous , refer to this video from Guyinacube -https://www.youtube.com/watch?v=sXn-QZqLD-8

 

But remember between slicer may not work in the same manner

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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 Solution Authors
Top Kudoed Authors