Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
FVanRaemdonck
Regular Visitor

Microsoft.Maps.Overlays.Style

Hi, 

 

I'm trying to create a custom map in Power BI, but he doesn't load the Microsoft.Maps.Overlays.Style map wherebye it the tool

doesn't show anything. How can I solve this?

My code now looks like: 

 

Microsoft.Maps.loadModule('Microsoft.Maps.Overlays.Style', {
callback: () => {
this.initialize(element[0]);
}
});

 

 

Thanks!

 

Filip

2 REPLIES 2
rbrundritt
Microsoft Employee
Microsoft Employee

The Overlays.Style module is deprecated and not in the current version of Bing Maps. Its not needed as the default navigation controls are much more similar to what this module used to display.

rbrundritt
Microsoft Employee
Microsoft Employee

The Overlay.Styles module is deprecated and does not exist in the current version of Bing Maps.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors