Forum Discussion

Michal_M's avatar
Michal_M
Regular Visitor
4 months ago
Solved

interactive polygons on map

Hi, I need to create vizual with map. On map I need to have certain polygons. Those polygons should be interactive - should act as a filter to show other vizuals on dashboard. Where to start? What k...
  • Future_To_BI's avatar
    4 months ago

    Hi Michal_M

    Yes, the correct approach for your requirement is to use the Azure Maps visual with GeoJSON polygons.

    It supports:

    • Clickable polygon regions
    • Cross-filtering other visuals in the report
    • A more future-proof solution compared to older map visuals

    How to start:

    1. Convert your TXT polygon coordinates into GeoJSON format
    2. Add the Azure Maps visual in Power BI
    3. Load the GeoJSON as a polygon layer
    4. Enable selection to allow filtering of other visuals

    Important: Power BI does not read TXT polygon files directly—you must convert them into GeoJSON first.

    Please mark this as solved if it resolves your issue.

  • V-yubandi-msft's avatar
    V-yubandi-msft
    4 months ago

    Thanks for the update. Azure Maps doesn’t read GeoJSON from a column (Location field), so that’s why nothing is showing.

    Please make sure you’re using Azure Maps visual (not Map/Filled Map). Then check the Format pane for Layers or Reference layer options to load polygons. If you don’t see this option, it may depend on your Power BI version.

     

    You can try these steps it might help. Let us know how it works on your end.