Skip to main content

Introducing Markers in Azure Maps for Power BI

Microsoft announcing a powerful new capability in the Azure Maps Visual for Power BI: Markers. This feature makes it easier than ever for organizations to create compelling, data-driven location stories—without the need for complex GIS tools.

With Markers, you can:

  • Use meaningful icons or custom images instead of basic shapes to represent deliveries, facilities, or assets—think trucks, warehouses, or alerts.
  • Scale marker sizes dynamically to reflect metrics such as shipment volume, population density, or sales performance.
  • Customize colors and transparency for better contrast and seamless integration with your map.
  • Assign distinct icons per category, making reports more visually informative and easier to interpret.

Real-world use cases

  • Logistics and Supply Chain: Visualize delivery routes and shipment volumes with truck icons that automatically scale based on shipment size.
  • Utilities and Operations: Apply conditional formatting and custom icons to represent asset types, operational statuses, or outage locations—making complex networks easy to interpret briefly.
  • Retail and Distribution: Differentiate store categories or performance levels using distinct icons and colors to highlight top-performing or underperforming locations across regions.

Go beyond points: Multi-layered map visuals

Marker Layer works with Path and Reference Layers to show routes, boundaries, and points together for more detailed map visuals (as shown below). To make markers point in the right direction, analysts need to pre-compute the route and the heading at each point, then apply that to the markers to achieve richer, multi-layered map visuals.

Get started

For instance, you may wish to visualize a delivery route that includes multiple delivery points. You can use following sample data where each delivery point includes a Latitude & Longitude data, Path ID for the route and pre-computed angle describing the direction of the route.

Sample data table that includes latitude, longitude, path ID, and pre-computed angle for markers for each entry.Sample data table

  1. Open Power BI Desktop or Web and create an Azure Maps visual in your report.
  2. Add the Azure Maps visual from the Visualizations pane.
  3. Add Latitude & Longitude data and PathID in the Build Pane.
  4. In the Format pane, go to Markers and select Icon as the marker type.
  5. Choose car icon from the built-in library.
  6. Adjust the size.
  7. Select fx next to the rotation to adjust the rotation of the car at each delivery point.

User interface showing rotation setting for Markers in Format pane

Format pane User interface showing different settings for Markers

8. Select ‘angle’ column from the table and then ‘OK’.

user interface of conditional formatting settingConditional formatting user interface

9. Note that each car icon is rotated according to the value specified in the angle column, visualizing the direction of the delivery route.

user interface of Azure map visual showing car icon is rotated according to the value specified in the angle columnAzure Map visual showing delivery route with car markers


Comments

Popular posts from this blog

SSRS INTERVIEW QUESTIONS

Q: What is SSRS? Ø   SSRS or SQL Server Reporting Service is a server-based report generation software systems from Microsoft and is part of Microsoft BI. Ø   It is used for preparing and delivering interactive and variety of reports. Ø   It is administered through an web based interface. Ø   Reporting services utilizes a web service interface for supporting and developing of customized reporting applications. Ø   SSRS lets you create very rich reports (Tabular/Graphical/Interactive) from various datasources with rich data visualization (Charts, Maps, sparklines) Ø   SSRS allows are reports to be exported in various formats (Excel, PDF, word etc) Q: Explain SSRS Architecture? Reporting services architecture comprises of integrated components. It is a multi-tiered, included with application, server and data layers. This architecture is scalable and modular. A single installation can be used across multiple computers. It includes the fo...

Exception deserializing the package "The process cannot access the file because it is being used by another process."

TITLE: Microsoft Visual Studio ------------------------------ Failed to start project ------------------------------ ADDITIONAL INFORMATION: Exception deserializing the package "The process cannot access the file 'E:\SSASCube\HistoricalDataLoad\HistoricalDataLoad\bin\Development\HistoricalDataLoad.ispac' because it is being used by another process.". (Microsoft.DataTransformationServices.VsIntegration) ------------------------------ The process cannot access the file 'E:\SSASCube\HistoricalDataLoad\HistoricalDataLoad\bin\Development\HistoricalDataLoad.ispac' because it is being used by another process. (mscorlib) ------------------------------ BUTTONS: OK ------------------------------ While running SSIS package i got the error “The process cannot access the file ‘*.ispac’ because it is being used by another process”. I tried to close SSDT and run it again but, I still got the same error while compiling. Then, after searching over internet, I got...

Failed to execute the package or element. Build errors were encountered

Error: TITLE: Microsoft Visual Studio ------------------------------ Failed to execute the package or element.   Build errors were encountered. For more information, see the Output window. ------------------------------ BUTTONS: OK ------------------------------   Solution: We tried to close SSDT and run it again but, we still got the same error while running SSIS package. Then, we need to follow bellow solution: Step 1: Go to Task Manager–> Details Tab. Step 2: Locate the process “ DtsDebugHost.exe “. Kill this process. There might be multiple instances of this process. Kill all of them. Step 3: Rerun SSIS package