Forum Discussion
Bookmark questions
I'm developing a report that is in use by 25+ locations. Upon accessing the report, the users select their location to see the data for their site. The location slicer synchs to the other locations slicers so they can move about the report pages and stay on their location.
I need to create some bookmarks / buttons to give different views of report pages that I know they will need. The problem is if I create a bookmark it will not keep the location that they have chosen. It changes based on the locaiton that I had when the bookmark was created. Is there any way to keep this from happening?
Also any way to run bookmarks from a drop down list vs. making a button?
2 Replies
- parry2k
Super User
mike12345 instead of buttons why not use page navigation.
✨ Follow us on LinkedIn
Learn about conditional formatting at Microsoft Reactor
My latest blog post The Power of Using Calculation Groups with Inactive Relationships (Part 1) (perytus.com) I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
- AnonymousNot applicable
Hi mike12345 ,
Please have a try.
We can implement this type of report navigation in Power BI. The recipe consists of a lookup table with a row for each page we would like to be able navigate to, a slicer with the values from that table, a button, and a simple DAX calculation to let the button know what page has been selected from the slicer.
Please watch the video below for details:
https://www.youtube.com/watch?v=lM-cmfiYLSQ
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.