Forum Discussion

psyang's avatar
psyang
Frequent Visitor
8 years ago

Notification when user clicks "Edit Report"

I am looking at changing some aspects of my custom visual when the user clicks the "Edit Report" button in power bi on the web. I notice that the Update method on my visual gets called when the user moves from edit to view mode, but when the user moves from view to edit mode, Update is not called. 

 

Is this by design? Is there any way my visual can get notified when entering edit mode?