The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello!
I've just been using the Azure Map visual within logistics perspective, to provide a view of shipments based on the start and end country. I'm at the point that all routes are showing and all is working, however the lines are just lines and nothing more. Would it be possible to, for example, show the correct way so the user can see just by looking at the map what the start and end is.
Solved! Go to Solution.
Hi @bnjmnnl ,
The “Symbol Layer” is a feature available in Azure Maps (the full Azure Maps Web SDK and in some advanced Azure Maps visualizations), but unfortunately, in the current Power BI Azure Map visual, only the “Bubble Layer” and “Bar Layer” are exposed in the user interface. The “Symbol Layer” itself might not be directly accessible from the Power BI visual at this time.
What you can do in Power BI’s Azure Map visual:
If you need more advanced symbol control (like arrows):
Summary:
Let me know if you’d like a step-by-step on setting up the legend for this, or if you have another scenario in mind!
translation and formatting supported by AI
Hi @bnjmnnl ,
You’re right,the Azure Maps Path Layer in Power BI will draw straight lines between your start and end points by default, but those lines don’t indicate direction or which point is the start/end.
Here are a couple of ways you can make the routes clearer for users:
Add Start/End Markers:
Use the “Bubble Layer” or “Symbol Layer” in Azure Maps to add visible markers on your start and end locations. You can use different icons or colors for start vs. end points, so users can easily tell which is which.
Use Arrows for Direction:
Currently, the path layer itself doesn’t support directional arrows. However, you can:
Custom Styling:
Style your start/end markers with different shapes, sizes, or colors. For example, a green circle for “start” and a red square for “end”.
Tooltips:
Enable tooltips so when the user hovers over a point, it shows if it’s a start or end location (or other shipment info).
Summary:
Let me know if you need an example or want help setting up the data for this!
Thank you for your quick response! Where would I find the Symbol layer as I cannot see this one
Hi @bnjmnnl ,
The “Symbol Layer” is a feature available in Azure Maps (the full Azure Maps Web SDK and in some advanced Azure Maps visualizations), but unfortunately, in the current Power BI Azure Map visual, only the “Bubble Layer” and “Bar Layer” are exposed in the user interface. The “Symbol Layer” itself might not be directly accessible from the Power BI visual at this time.
What you can do in Power BI’s Azure Map visual:
If you need more advanced symbol control (like arrows):
Summary:
Let me know if you’d like a step-by-step on setting up the legend for this, or if you have another scenario in mind!
translation and formatting supported by AI