Skip to main content

Notifications

Power Apps - Building Power Apps
Answered

Calculation of Labels / Text Input inside PowerApp

(0) ShareShare
ReportReport
Posted on by 22

Hello everyone,

 

I am working on an expense PowerApp with SP Lists as the data source. I am currently trying to create a cost of mileage calculation as attached (1).

 

Is it possible for the PowerApp to do this calculation and ultimately serve the output? Unfortunately I cannot figure out how to automatically do the calculation in the field which makes it a bit difficult. 

 

What I am trying to achieve here is in a label: Calculate a number from another label and a text input label.

 

For example:

Label: 0.55

Text Label: (amount of kilometers) for example, 10

Calculated Output: 0.90 * 10 = 9

**Note, I put the calculation in there, but only the calculated product is needed.

 

Thanks for the assistance with this!

  • i-worx_charlie Profile Picture
    i-worx_charlie 22 on at
    Re: Calculation of Labels / Text Input inside PowerApp

    Thank you very much Randy! Excellent and worked perfectly.

  • Verified answer
    RandyHayes Profile Picture
    RandyHayes 76,287 on at
    Re: Calculation of Labels / Text Input inside PowerApp

    @i-worx_charlie 

    Your Text property on the Total Cost label should be:

      Value(TextLabelKilometers.Text) * .9

     

    You mention Label: 0.55, but I am not sure how that fits into what you want.  In your picture, you have a multiplier label that has a Value of 0.55.  I assume you wanted to calculate by that and not 0.90 as you stated in the text.  If so, then your formula would be:

      Value(TextLabelKilometers.Text) * Value(TextLabelMultiplier.Text)

     

    I hope this is helpful for you.

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,636

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,942

Leaderboard