Forum Discussion
Create Your Own Custom Map for Power BI.
I try to create own custom visual with bing maps. I added script "https://www.bing.com/api/maps/mapcontrol?callback=InitMap"
and div with Id:
Please try using API 1.13.0 if it works there.
PBI isolation might break some libraries that work by injecting JS from remote hosts.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
6 Replies
- v-viigCommunity Champion
Our suggestion is to check window.InitMap and window.window.InitMap.
What Custom Visuals API version are you using?
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- AnonymousNot applicable
window.InitMap and window.window.InitMap don't help.
- v-viigCommunity Champion
What API version are you using?
Power BI creates a copy of window for isolating Power BI JS from Custom Visual JS. It might be a root cause of this issue.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals