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
kaym
Helper I
Helper I

Distance between 2 stops

Hello,

I have some logistics data where there are shipment number and for each shipment there are a number of stops. Typically, a shipment goes from stop 1 to stop 2. But for some shipments there are more than 2 stops i.e. stop 1,stop 2, stop 3, stop 4 etc.

I need to create a new column "distance" that shows the distance between stops in a shipment. I have no idea how to do it. I did create columns for latitiude and longitiude using google API. This is how my data looks:

kaym_0-1707850946073.png


The distance column should show the distance of a stop from the stop right above it for each shipment. Any help or guidance would be really appreciated. Thank you!

3 REPLIES 3
dufoq3
Super User
Super User

Hi @kaym,

 

this topic could help you or maybe directly @AlienSx.


Note: Check this link to learn how to use my query.
Check this link if you don't know how to provide sample data.

That's the Great Circle distance. It is meaningless for logistics.

lbendlin
Super User
Super User

I doubt that you want to calculate the Great Circle Distance ("as the crow flies").  There are no interfaces in Power BI to routing APIs.  You would have to calculate that elsewhere, taking into account local conditions (construction, road closures etc).

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!

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 Kudoed Authors