Forum Discussion
cantoneye
6 years agoFrequent 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...
- 6 years ago
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
[email protected]
v-evelk
6 years agoMicrosoft Employee
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
[email protected]
cantoneye
6 years agoFrequent Visitor
Thanks for your help!! It works now.