Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello everyone,
I have created a Power BI visual using React, I use this code to create my visuals : https://learn.microsoft.com/en-us/power-bi/developer/visuals/create-react-visual
In my code, I create a count boundary and click to increase the count value like this
When I change page, or press [F5], my count value returns 0.In addition, I also have some other variables to save settings for my app. How can I save my value when I change page and get it when I go back. I read some old Message posts and some one use persistProperties, some one tell about Local Storage API. I dont know which one to use and how to use this. Any one help me?