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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
ldtechgeek
Regular Visitor

Map Visual with Radius drawing

Hello, 

 

I am hoping to get some direction on the below requirement on how to achieve it. 

 

My data includes a List of Warehouses and list of Customers with Ship to Addresses. 

Each Warehouse ships material to different Customer ShipToAddresses. 

I need to create a Map Visual where I need to identify warehouse location and create a 50 mile and 100 mile radius around it. I also need to identify all the Customer ShipToAddresses within those radius. 

A filter would be a warehouse, where a user can filter on a warehouse and it would show all the customer ship to addresses and two radius circles around the warehouse. 

 

Can anyone help with this?

Is this possible?

1 ACCEPTED SOLUTION
danextian
Super User
Super User

Hi @ldtechgeek 

You can use the Haversine formula to calculated the distance between two coordinates. Keep in mind that latitude and longitude data are necessary.  Please see the attached sample pbix.

danextian_0-1754280048975.gif

 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

View solution in original post

6 REPLIES 6
v-karpurapud
Community Support
Community Support

Hi @ldtechgeek 


I wanted to check if you’ve had a chance to review the information provided. If you have any further questions, please let us know. Has your issue been resolved? If not, please share more details so we can assist you further.

Thank You.

v-karpurapud
Community Support
Community Support

Hi @ldtechgeek 

We haven't received a response to our last message and wanted to follow up to see if you have found a solution. If you still need help, please share more details so we can assist you further.

Thank you.

v-karpurapud
Community Support
Community Support

Hi @ldtechgeek 

Thank you for submitting your question to the Microsoft Fabric Community Forum, and thanks to @lbendlin , @Royel and @danextian  for offering helpful suggestions.

 

could you please confirm if this has resolved your issue by suggested solutions? If you are still encountering any difficulties, please inform us and we will be glad to assist further.

Regards,
Karpurapu D,
Microsoft Fabric Community Support Team.

 

 

danextian
Super User
Super User

Hi @ldtechgeek 

You can use the Haversine formula to calculated the distance between two coordinates. Keep in mind that latitude and longitude data are necessary.  Please see the attached sample pbix.

danextian_0-1754280048975.gif

 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.
Royel
Solution Sage
Solution Sage

Hi @ldtechgeek thank you for asking question. 

So you want to map warehouses with 50-mile and 100-mile radius to see which customers are nearby. The best option is to choose ArcGIS Maps visual because it is default visual and support up to100-mile radius perfectly. 

 

You can another similar solution here Community LInk

 

Is it helped? ✔ Give a Kudo • Mark as Solution – help others too!

 

lbendlin
Super User
Super User

Keep in mind that these values are immutable.  There is no need to use measures for this - either use calculated columns with great circle distances (haversine for short distances) or - better - compute this further upstream for all permutations of warehouses and customers.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors