Forum Discussion
Display Drilltrough Active Filters
Hi,
When I use a Drillthrough, the slicers don't consider my filtered data as existing.
So, for the user, the slicer displays 'All'.
I want to display the filters activated by the drilltrough (or the active fields in the view). I was thinking using a measure (or bookmark to compare difference) but I don't know how to do it?
Do you have a solution or a workaround for me?
I didn't want to use the "Keep all filters" function.
I used the 'isfiltered' formula to check if the field is filtered. Then the 'Concatenex' function to display the values.
I display everything in a card so that the user can see the active fields. It's not perfect, but it works.
2 Replies
- AnonymousNot applicable
Hi BigLo ,
Please correct me if I wrongly understood your question.
Maybe you can learn more about Keep all filters function in Drill Through pane.
When you turn on the Keep all filters , the data that filtered by slicer will display in the page you drill through .
You can also refer to document
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-drillthrough
Best Regards
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- BigLoHelper III
I didn't want to use the "Keep all filters" function.
I used the 'isfiltered' formula to check if the field is filtered. Then the 'Concatenex' function to display the values.
I display everything in a card so that the user can see the active fields. It's not perfect, but it works.