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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
pxg08680
Resolver III
Resolver III

Slicer Selections

Hello Everyone,

    Not sure about this, Is it possible to apply visual level filter to a slicer visual...?

 For example my sclier has month column and I would like to have only few months like Jan,Mar,Apr,May,Dec. Can I use visual level filter over here or do any other things.

 

Thank You

1 ACCEPTED SOLUTION

@pxg08680 I think you have two options here:

 

Option 1 ->  Create two new calculated table and use slicer from there.

Option 2 -> Add two new calculated field in your table like below but this will give one blank row for each slicer

 

 

Slicer 1 = if(Table1[Range]="3M AVG", Table1[Range], "")

Slicer 2 = if(Table1[Range]<>"3M AVG", Table1[Range], "")

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

@pxg08680

It is not possible to use visual level filter to a slicer, instead, you can use page level filter. Or you can directly select the months you need in the slicer.
1.JPG


Regards,
Lydia

@Anonymous

Thanks for the reply. Let me give some more info.

 

I have a column called Period and I am using this in my slicer. My slicer looks like this

a1.PNG

What I need is, I want to pull out the 3M Avg from the slicer and use it as a separate slicer.

My 1st slicer should show me 

--Select a Value

Current

Last 1 Month

Last 3 Month

Last 6 Month

Last 12 Month

 

and my new slicer should have

3M Avg

 

 

 

@pxg08680 I think you have two options here:

 

Option 1 ->  Create two new calculated table and use slicer from there.

Option 2 -> Add two new calculated field in your table like below but this will give one blank row for each slicer

 

 

Slicer 1 = if(Table1[Range]="3M AVG", Table1[Range], "")

Slicer 2 = if(Table1[Range]<>"3M AVG", Table1[Range], "")

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

@parry2k

I think creating a new table is better rather than having blank selection.

 

Thank you

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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 Solution Authors
Top Kudoed Authors