On Page 1, I have a slicer with Question Ids Range and a custom tree visual, and in the leaf node of the custom tree visual, I have 7 bookmark-tagged buttons. When we click on any of the buttons (Yes/No), I want information is filtered depending on the slicer range and navigates to the bookmark page.
Buttons - Bookmark Mapping
- Yes ==> Complete Concise(Y/Y)
- Yes ==> Complete Concise(Y/N)
- Yes ==> Complete Concise(N/Y)
- No ==> Complete Concise(N/N)
…
…
In the example below, when I select the first Yes button, I want to navigate to the detail tab, and the data in the detail table is filtered for 43 records. and i want bookmarks to be dynamically filtered depending on slicer range.
Main Tab:
Detail Tab:
Attached is the sample .pbix for reference.
Demo Report.pbix (1.2 MB)
Thanks in advance!