Forum Discussion
Drill through with selection from multiple sources
Instead of drillthrough, use a normal page navigation button and let the filters carry over.
How it works:
All slicer selections and chart selections are already part of the filter context
When you navigate to another page, that context is preserved
The table page simply shows “whatever is currently filtered”
Steps:
Create a Details page with your table visual
Do not add drillthrough fields
Add a button on the landing page:
Action = Page navigation
Destination = Details page
Users:
Select slicers
Select one value in each chart
Click the button → table shows the exact combination
This works with multiple slicers + multiple chart selections.
Use drillthrough only when:
The interaction is driven by one primary dimension (e.g. Customer, Order, Case ID)
You want right-click, context-specific navigation
- Back2Basics7 months agoResolver I
Thanks for the suggestion. I have tried this but can't get it to work.
The data on the details page is only filtered by the slicers, not by the selection in the graphs and charts.