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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
paynemiller
Regular Visitor

Save Filter Selections

Has anyone ever engineered a way to save filter selections on a report? We have a need for non-authoring Power BI users to be able to: 


1) Make a selection within a slicer

2) Save their selection

3) Have the file saved somewhere (either a local file or database)

4) Reopen their report and pick back up where they left off.

 

Ideally, this would be done in an out-of-the-box Power BI visual. However, we understand that maybe it would have to be a custom visual.

Any tips/info would be great!

Thanks!

2 REPLIES 2
Leifnebel
New Member

Hi All

I am aware the the question is really old, but few newer searches regarding saving filters, I would recommend using Bookmarks.

See this video for reference https://youtu.be/eptuk8KRQVI

 

nikitagrachev
Microsoft Employee
Microsoft Employee

Hello @paynemiller,

 

You can use the following example from ChicletSlicer source code:

https://github.com/Microsoft/PowerBI-visuals-ChicletSlicer/blob/master/src/chicletSlicer.ts#L636-L65...

persistProperties method allows to save any json config in visual settings.

 

 

 

Nikita Grachev,
Team Leader

Microsoft Power BI Custom Visuals
pbicvsupport@microsoft.com

Nikita Grachev,
Team Leader
Microsoft Power BI Custom Visuals,
pbicvsupport@microsoft.com

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Solution Authors