Forum Discussion
Map visual in power bi help
- 11 months ago
Hi DiKi-I
Thank you for reaching out to the Microsoft Fabric Community Forum.
I have reproduced the scenario on my end using the sample data, and the solution is working as expected. The setup allows you to select an origin premise from the slicer, which highlights the selected premise prominently on the map while also displaying all of its connected destination premises around it. To help you better understand the implementation I have prepared and attached a sample .pbix file and snapshot that demonstrates the full implementation. Please review the attached file at your convenience and share your observations so we can refine the solution further if needed.
I hope this information is helpful. . If you have any further questions, please let us know. we can assist you further.
Regards,
Microsoft Fabric Community Support Team.
Hi DiKi-I
You can absolutely achieve this in Power BI by plotting both the origin and destination coordinates on a map and highlighting the selected “from” premise. Your table already contains the necessary latitude and longitude values for both sides, so the setup is straightforward. Place premise_name_from in a slicer so that when a user selects one premise, only its related rows remain. Then, on a map visual such as Azure Maps, use lat_from/lon_from for the origin and lat_to/lon_to for the destinations, and create a simple category or calculated column (e.g., “From Premise” vs. “To Premise”) to assign different colors, ensuring the origin stands out from the connected locations. This way, the chosen premise is clearly highlighted, while all other premises linked to it are displayed around it. If you want to go further, Azure Maps or custom visuals like Icon Map also allow you to draw connecting lines, showing the flow from the selected origin to its destinations, which makes the visualization even more intuitive.
- DiKi-I1 year ago
Post Partisan
how the orgin and destination can be set up in azure map? Can you please provide an example or demo file?