Forum Discussion
dakdgdl
1 year agoHelper I
Power BI Custom Visual - An event that trigger when user shift between pages of the same report.
Hi Guys, I'm developing a powerbi custom visual. There I need to write some logic when the user shifted from the current page that the custom visual resides, to another page of the same report. ...
dakdgdl
1 year agoHelper I
Hi Guys,
I'm developing a powerbi custom visual.
There I need to write some logic when the user shifted from the current page that the custom visual resides, to another page of the same report.
I currently used the "window.onbeforeunload" event. It trigger when user close the browser or close the browser tab.
But not trigger when shift to another page of the report.
Please advice me if any of you got to know a way of trigerring an event when shifting to another page.
Thanks in advance.
Lasanths