Forum Discussion
Anonymous
5 years agoNot applicable
What fires the update () method?
Hi, I am developing a pretty simple custom visual but I cannot fully understand what fires the update() method. I have three data roles and for some strange reason, the update() method is no...
- 5 years ago
Hi Anonymous,
In terms of what causes the developer visual host to call the update method, this is pretty good overview and should help you to understand what events you're calling in your code may set it going outside of anything Power BI might be doing.
Regards,
Daniel
Anonymous
5 years agoNot applicable
HI Anonymous,
According to your decision, It sounds like you want to further debug with your custom visual update events.
If that is the case, you can take a look at the following links about update event, debug with custom visual and local storage API(may be used to export the logs) of these helps:
Regards,
Xiaoxin Sheng