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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
cantoneye
Frequent Visitor

Custom Visual: Slicer selection display won't stay when page changes. (Visuals will reload)

Hi there,

 

I developed a timeline slicer. Everything works fine except that I realised the selection display won't stay when I shifted page. I know when page changes, the visual will automatically reload and hence runs the constructor and reset the visual to default state. How can I prevent the reload or set the constructor to reload the previous status? Is it the workaround something to do with bookmarking? Ken

Slicer date range displayedSlicer date range displayedSlicer date range disappeared after reload.Slicer date range disappeared after reload.

 

1 ACCEPTED SOLUTION

Hi,

 

You are right, you can restore filter from update options.

If you use API 2.2 or higher, you will be able to read property jsonFilters from Options parameter inside Update method.

 

Kind Regards,

 

Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
pbicvsupport@microsoft.com

View solution in original post

4 REPLIES 4
v-evelk
Microsoft Employee
Microsoft Employee

Hi,

 

How do you pick the data in the slicer, through a Selction mechanism or Filter API?

If you work with a slicer it is recommended to use the second option.

Also, every time when you change the size of a visual, the Constructor woun't be called, only Update method will be.

 

Kind Regards,

 

Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
pbicvsupport@microsoft.com

Hi Evgenii,

I use Filter API. So I have no problem with the filter even though the page changes and the visual reload, the data is still filtered. However, the visual needs to display which is filtered. When page changes or the dashboard refresh, I think the visual will reload and the Constructor will be called. I believe something must be done in the Constructor to call back my previous status.

Hi,

 

You are right, you can restore filter from update options.

If you use API 2.2 or higher, you will be able to read property jsonFilters from Options parameter inside Update method.

 

Kind Regards,

 

Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
pbicvsupport@microsoft.com

Thanks for your help!! It works now.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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

Top Solution Authors
Top Kudoed Authors