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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
a_mixed_life
Resolver I
Resolver I

Calculate shortest path using ArcGIS

Hello All,

 

I'm looking to want to calculate shortest distance or path using the ArcGIS map. Was wondering if anyone had gotten a chance to test this out? Want to know how you did it and what data set was required.

 

I'm just looking for ideas or what data I need for this to show up. Basically calculating shortest path from destination 1 to destination 2, 3, 4, etc.

Kris
1 ACCEPTED SOLUTION
Anonymous
Not applicable

I'm not sure that the ArcGIS map can calculate anything for you - it will only display the Power BI result you give it.

 

You can calculate travel distance etc. (inc. waypoints) via the Google Map Directions API - see https://developers.google.com/maps/documentation/directions/  You feed it source and destination (and waypoint) locations and it will return distances, times etc as a JSON dataset.

 

But there are limits on how many queries you can make before you have to pay...

 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

I'm not sure that the ArcGIS map can calculate anything for you - it will only display the Power BI result you give it.

 

You can calculate travel distance etc. (inc. waypoints) via the Google Map Directions API - see https://developers.google.com/maps/documentation/directions/  You feed it source and destination (and waypoint) locations and it will return distances, times etc as a JSON dataset.

 

But there are limits on how many queries you can make before you have to pay...

 

Thanks for this! I was trying to wrap my head around to see if this can be done via PowerBI. I know it can be done directly in ArcGIS but using Google Maps API might be a better solution.

Kris

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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