web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / MULTIPLYING BY DECIMAL...
Power Apps
Answered

MULTIPLYING BY DECIMAL RETURNING INCORRECT RESULT

(1) ShareShare
ReportReport
Posted on by 211

Hello Community,

The formula below is for a field named Total:

Text(Value(TA.Text) + Value(GA.Text),  "[$-en-US]$#,###.00") = $1,049,218.27

$797,824.50                 $251,393.77

Calculates great but, when multiplying the result by a decimal, it returns an incorrect value.
Text(Value(TA.Text) + Value(GA.Text) * 0.005, "[$-en-US]$#,###.00")  = $799,081.47 (PowerApp result)
$1,049,218.27 x 0.005 = $5,246.09

Any suggestions on what the formula should be?

Thanks, 

V/R

chudson002

Categories:
I have the same question (0)
  • Pstork1 Profile Picture
    69,653 Most Valuable Professional on at

    I didn't test this, but I believe you need to add parentheses around the addition of the two values or you are only multiplying the second value by the decimal.

    Text((Value(TA.Text) + Value(GA.Text)) * 0.005, "[$-en-US]$#,###.00") = $799,081.47 (PowerApp result)
  • Verified answer
    Bochie Profile Picture
    237 on at

    Hi @chudson002 ,

     

    it was multiplying $251,393.77 to .005 first then adding $797,824.50. Try this instead:

    ((Text(Value(TA.Text) + Value(GA.Text)) * 0.005, "[$-en-US]$#,###.00")

     

    hope this helps

  • chudson002 Profile Picture
    211 on at

    Yes, you were right, 
    (Text((Value(TA.Text) + Value(GA.Text)) * 0.005, "[$-en-US]$#,###.00")).

     

    Thanks.

  • chudson002 Profile Picture
    211 on at

    Yes, had to remove one parens.

    (Text((Value(VA.Text) + Value(OGA.Text)) * 0.005, "[$-en-US]$#,###.00"))

     

    Thanks so much!

    V/R

    chudson002

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 379 Most Valuable Professional

#2
11manish Profile Picture

11manish 203 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard