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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
dhirajd
New Member

Ability to remove drill through filter using slicer

I have a report where I am using a DAX measure to calculate SUM(Sales) for consumer segment in a card visual.

Here's the DAX measure.

SalesForConsumer =
CALCULATE(SUM(Orders[Sales]),Orders[Segment] = "Consumer")

dhirajd_0-1687354958786.png

I have a drill through filter which will show the sales in each region for consumer in a table form.

dhirajd_1-1687355098072.png

This is how the table looks after drilling through the SalesForConsumer Card.

 

I need the slicer in the drill through page to show slicers for other segements as well and not just consumers. Drill through should filter the report as intended but I want the slicer to be selected for 'consumer' and still show the other slicer options.

Something like this:

dhirajd_2-1687355495729.png

 

Currently it is not possible without actually removing the drill through filter for visualizations pane.

Here is the PBIX file: https://bit.ly/3CGzCnO

Please help.

1 ACCEPTED SOLUTION
v-yueyunzh-msft
Community Support
Community Support

Hi , @dhirajd 

I download your pbix file and test it in my side , When you Drill through to the second report page, the filter carried is the filter configured in "Filter on this visual" of your card visual.

If Dril goes to the second page, all segment="Customer" data will be filtered by default, which is by design. and cannot be modified.
So you may nor realize by the drill feature.

vyueyunzhmsft_0-1687502785973.png

If you want to select a certain value of the slicer by default, you may need one more step, which is to select a certain value of the slicer in page1 first.

vyueyunzhmsft_1-1687503620682.png

Then you can configure the two slicer in a group as a sync slicer.And then you can create a button and configure its' action to the Page navigation.

vyueyunzhmsft_2-1687503900989.pngvyueyunzhmsft_3-1687503916794.png

For more informtion, you can refer to :
Enable the Sync Slicers feature in Power BI visuals - Power BI | Microsoft Learn

 

Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

 

Best Regards,

Aniya Zhang

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

 

View solution in original post

2 REPLIES 2
v-yueyunzh-msft
Community Support
Community Support

Hi , @dhirajd 

I download your pbix file and test it in my side , When you Drill through to the second report page, the filter carried is the filter configured in "Filter on this visual" of your card visual.

If Dril goes to the second page, all segment="Customer" data will be filtered by default, which is by design. and cannot be modified.
So you may nor realize by the drill feature.

vyueyunzhmsft_0-1687502785973.png

If you want to select a certain value of the slicer by default, you may need one more step, which is to select a certain value of the slicer in page1 first.

vyueyunzhmsft_1-1687503620682.png

Then you can configure the two slicer in a group as a sync slicer.And then you can create a button and configure its' action to the Page navigation.

vyueyunzhmsft_2-1687503900989.pngvyueyunzhmsft_3-1687503916794.png

For more informtion, you can refer to :
Enable the Sync Slicers feature in Power BI visuals - Power BI | Microsoft Learn

 

Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

 

Best Regards,

Aniya Zhang

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

 

some_bih
Super User
Super User

Hi @dhirajd did you try simple measure like Sales= SUM(Orders[Sales])? Then you slicer and other filters. Hope this  help





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!






Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.