Slicer filter is not working with bookmarks

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

  1. Yes ==> Complete Concise(Y/Y)
  2. Yes ==> Complete Concise(Y/N)
  3. Yes ==> Complete Concise(N/Y)
  4. 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!

Hey @mrommala ,
try the following selection:

I see that your slicer on the first page is synced to the slicer on the second page. The above suggestion should do the job.

Thanks alot for the quick help @tyankata! - Issue resolved.

1 Like