Skip to main content

Notifications

Community site session details
Power Apps - Building Power Apps
Answered

Calculate distance

Like (0) ShareShare
ReportReport
Posted on 3 Mar 2017 11:06:21 by
  1. Hi

 

I just discover PowerApps and i want to know if it s possible to make an app for calculate distance between two adresses. i want my user can have a file where all professionnal car ride can be save per month for each month.

 

Example :

 

- User enter the date of path

- User type city 1 to city 2 API (if i can have some predictive adresse like Waze or other GPS apps it s better)

- API calculate kilometer for ride car between 2 points

- Then save the result into a file where title is username and month = User1August2017

- in this file i can have all the drive path of the august month and a formula can calculate with a ratio the fee to refund for my employee.

 

  • Verified answer
    CarlosFigueira Profile Picture
    on 06 Sep 2017 at 17:32:20
    Re: Calculate distance

    You can use the Bing Maps connector to calculate a distance between two cities:

    ForumPost001.PNG

    Once you have that connection added, you can use the GetRoute function to calculate the distance between two addresses. For example, in a button you can have the following formula on its OnSelect property:

    Set(dist, BingMaps.GetRoute("San Francisco, CA", "Los Angeles, CA"))

    And after clicking the button you can get the distance by accessing the properties in the dist variable, for example, in the Text property of a label:

    "Distance: " & dist.travelDistance & " " & dist.distanceUnit

Helpful resources

Quick Links

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Power Apps - Building Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 367 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 193

#3
stampcoin Profile Picture

stampcoin 147

Overall leaderboard
Loading started
Loading started