Forum Discussion
undefined
I have a Report with multple pages, and a synced Date Slicer that filter the data, all that works fine, the problem is when using the Drill Through to navigate from one page ot other, that filter cannot be removed with a bookmark that is not set as "All Visual", and I have a Date Slicer that I don't want to clear, so I need to do the bookmark as "Selected Visual", but there is no way for me to select the drill through filter to be cleared.
Any help?
1 Reply
- Ritaf1983Super User
Hi frapa
You can try to override the Drill Through filters using DAX.
The guides :
https://www.youtube.com/watch?v=BG51W2lKYIAhttps://www.youtube.com/watch?v=ax_vEj5JbEU
If that doesn’t work, you might need to adjust your navigation approach:
- Use a Page Navigator instead of bookmarks.
- Don’t use the same pages for Drill Through and regular navigation.
- Consider separating Drill Through pages to avoid filter conflicts.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly