Forum Discussion
Tung
1 year agoFrequent Visitor
How to save data by user account in Power BI Custom Visual without losing it when changing machines.
Hello everyone I am developing Power BI Custom Visual with "powerbi-visuals-api". I need to save some information by user account, so that when they log in on another machine or the machine they are...
- 1 year ago
I need to save some information by user account, so that when they log in on another machine or the machine they are using, the data will always exist until I delete it or I can change it.that sounds like a security issue. You as a developer should not have access to that information beyond what is stored locally.
lbendlin
Super User
1 year agoI need to save some information by user account, so that when they log in on another machine or the machine they are using, the data will always exist until I delete it or I can change it.
that sounds like a security issue. You as a developer should not have access to that information beyond what is stored locally.