The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello,
Is there a way for me to bookmark specific filters in Power BI? I know I can bookmark specific tables (i.e., show some and hide some), but what I want to show are the same tables but with different views based on pre-defined filters (e.g views A and B; View A filters on brands a, b, c, d, e and dollar amonts a, b, c, d, e and view B filters on brands e, f, g and dollar amounts k, j, l). I prefer not to have the users of my report go through all filters individually every time, so I want to create a button for user to select either view A or view B. Is there a way to do that? Thanks a lot!
Solved! Go to Solution.
Hi, @Anonymous
When you create a bookmark, the following elements are saved with the bookmark:
I created some data to reproduce your scenario. The pbix file is attached in the end.
Table:
You may create three bookmarks. 'Original View' is the initial view. 'View1' is filtered by 'Name in {a,b,c}' and 'Class=c1'. 'View2' is filtered by 'Name in {d,e,f}' and 'Class=c3'(Using filters on the visual).
Then you need to create three buttons and set an action to the corresponding bookmark for each button as below. Finally you may 'Ctrl'+click the buttton to go to the corresponding bookmark.
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Anonymous
When you create a bookmark, the following elements are saved with the bookmark:
I created some data to reproduce your scenario. The pbix file is attached in the end.
Table:
You may create three bookmarks. 'Original View' is the initial view. 'View1' is filtered by 'Name in {a,b,c}' and 'Class=c1'. 'View2' is filtered by 'Name in {d,e,f}' and 'Class=c3'(Using filters on the visual).
Then you need to create three buttons and set an action to the corresponding bookmark for each button as below. Finally you may 'Ctrl'+click the buttton to go to the corresponding bookmark.
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you very much!
@Anonymous , the bookmark is a snapshot on a stage.
refer
https://radacad.com/bookmarks-and-buttons-making-power-bi-charts-even-more-interactive
Thank you, but it doesn't answer my question. I don't want to change the visuals. I just want to change the filters.