Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Persistent filters is a great feature that can be used in Embed for your organizaiton scenario. It stores user filters, bookmarks, sorting order, etc. applied between sessions.
I am looking for guidance on how to emulate persistent filters ( for the 'Embed for your customers' scenario, where the app is responsible for authenticating users.
Is it technically possible?
Thank you in advance.
Hi @EduardD ,
You can refer this article -https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/enable-persistent-filters
I hope it will be helpful.
Thanks,
Sai Teja
Yes, it is technically possible to emulate persistent filters in the "Embed for your customers" scenario. Since the app handles user authentication, you can implement a backend service to store user-specific filter settings, bookmarks, and other preferences.
Here’s how:
This approach effectively mimics persistent filters for embedded scenarios.
@rohit1991 Can we use bookmarks instead? so every 5 minutes bookmark the state of page user is on and save it to the database? also create bookmark when user is exiting page?
Then apply bookmarks when user navigates to specific page?
Can we track through using JavaScript API when user is navigating between pages to apply the rigth bookmark from database?
@rohit1991 thank you.
We predominately use slicers in the dashboard not filters, I have 10 pages in the report.
if you know, how should the solution to be designed: javascript code to visit [for each user openned the report] all 10 pages slicers every 5 min to collect the slicers' states and save it to the database? So when user opens next time all that slicers to apply to all the pages during report openning? Can we catch in the code what page is open in the UI for specific user to save only those slicers states?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
57 | |
28 | |
25 | |
22 | |
21 |
User | Count |
---|---|
58 | |
45 | |
24 | |
24 | |
18 |