Forum Discussion
Linhvo2812
1 year agoNew Member
Power BI Scorecard Not Refreshing Metrics Automatically When Using RLS
Hi everyone, I'm facing an issue with scorecards in Power BI Service and would appreciate some guidance. We have a scorecard connected to several dashboards and reports in the same workspace. These...
- 1 year ago
hi v-csrikanth
Thanks a lot for your time and suport, since Im not a developer and do not work with APIs and similar things, I dont think I can either understand the solution or try it out 🙂 But still, thanks for your support
v-csrikanth
1 year agoCommunity Support
Hi Linhvo2812
Sorry for the late response.
Thank you for being part of the Microsoft Fabric Community.
- Power BI’s built-in persistent filters feature only works when users are signed in with Azure AD accounts under the “Embed for your organization” scenario external or non-AAD users cannot leverage this out of the box
- To give all users a “persistent” experience, capture their filter or slicer selections in your app (for example, save to browser localStorage or your backend database).
- On each report load, use the Power BI JavaScript API’s setFilters method to reapply those saved filters programmatically
- Storing and restoring filter state yourself lets you support any user type—anonymous, guest, or external—without relying on Microsoft account logins.
If the above information is helpful, please give us Kudos and mark the response as Accepted as solution.
Best Regards,
Community Support Team _ C Srikanth.