Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
shahvinay194
Frequent Visitor

Power BI Embedding- retain slicer/filter configuration

I have an app which embeds the report by using the concept of user owns data. I want to retain the slicers/filters configuration retained by user without saving the report in my app. Is this possible? The slicer/filter configuration is retained in the service but its not reflected in the embedded report without saving.

image.png

1 REPLY 1
TedPattison
Microsoft Employee
Microsoft Employee

If you do not save the desired filter in the report itself, you need to store it somewhere such as a SQL database or in some other media. If the user sets fitlering in the report itself, you client-side code can get he current filter settings by calling report.getFilters. You can take that filter info and save it to a database. Then when that use logs on in a future session, you could retrive that per-user filter state and reapply it o the report.

 

Is this the type of functionality you are looking for?

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.