Forum Discussion
Generic drilldown page
Hello, I need help please.
I have a requirement to drilldown from a summary page to drilldown page.
I have several measures listed down in summary page like below; every measure has a unique business logic associated with them.
When I click on Measure 1 it should take to page2 where the measure and the details of the 3 should be shown:
I want this Page 2 to be generic and when I click on any measure from Page 1, page 2 should dynamically reflect the measure from which it is drilled down with all the details:
Say for example if I click on Measure 2; I want to re-use the same Page 2 with the details reflecting the measure 2 details:
and so on for other measures.
Any ideas on how to implement this please?
1 Reply
- AllisonKennedyCommunity Champion
Mikey2020 It depends what your measures are, and what filters you want to carry through to the drill through page. This could possibly be done with Calculation groups where you only use one field and have a slicer to select the measure, so the drill through page would pass the 'selected measure' parameter through to show that correct measure at the top of the page.