Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
What events can be subscribed to when a custom visual is created? Is there an event or flag that identifies page events as opposed to the visual's own events?
I need to change a visual's HTML only when the user changes the visual's own properties. I dont want the page filter to trigger the change in HTML.
You should render HTML from scratch for each update or just update the exisitng nodes by using React or D3.js.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals