Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I'm just curious how whatever script is controlling the overall window knows what method to call on the visual.
When creating a new visual, by default the name of the method is "update", so at first I assumed that it would simply be the "update" method that got called every time.
But then I was looking through the source code of the built-in map visual and it has no method called update. Instead there's methods like updateInternal. So how is it determined which method needs to be called on update?
Thanks
Solved! Go to Solution.
The update method was optional for the legacy API.
However, this method is required for cusom visuals that based on the new API.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
The repository is deprecated. Look at the module, it is module powerbi.visuals, not module powerbi.extensibility.visual. The update method might be optional.
The update method was optional for the legacy API.
However, this method is required for cusom visuals that based on the new API.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |