Forum Discussion
Consecutive Bookmark Clicks, let me explain...
Hey, first of all thank for reading it!!
I'm trying to create a app-like experience in my report. I have 1st window with a main product, the 2nd one is composed of parts of main product and the third one is a report of non-conformities.
To illustrate:
The user will click on the main product X1 and after the part X1_part1. What I want to show is the result of filtering in the 3rd screen with the filter result of the 1st screen click accumulated with 2nd screen click.
I think the way to go through this is using bookmarks, but I'm not sure, I'm new on this feature.
Please, let me now if I did not explain enough.
5 Replies
- stretcharm
Memorable Member
You should be able to do what you want.
Remember that you can enable data values inc filters, display settings and page. You can also set the filters to sync across pages and hide them on other pages you don't want them shown.
I use bookmarks extensively on my SSIS dashboard
https://community.powerbi.com/t5/Data-Stories-Gallery/SSIS-Catalog-DB-Dashboard/td-p/244677
I have a filter popup and sync common values over the pages. I also use horizontal slicers so they look a bit like buttons.
- AnonymousNot applicable@strecharm I could not solution my problem, now the problem is: there are two different slicers in my 3rd page, first page changes de first slicer (serial number) the second page changes the second slicer (part). When I create the bookmark it gets the state of both slicers at the creation moment. So the second bookmar is kiling the first one change. Could you indicate me some basic material to read about? Or simple examples, that would be better :) Thanks for helping me!!!
- v-juanli-msft
Community Support
Hi Anonymous
I make a test according to these articles
https://docs.microsoft.com/en-us/power-bi/desktop-bookmarks#visibility---using-the-selection-pane
dataset
product id part 1 a 1 b 1 c 2 a 2 b 2 c 3 a 3 b 3 c Does this meet your requirement?
Best Regards
Maggie