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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Formatting for Currency
Power Apps
Answered

Formatting for Currency

(1) ShareShare
ReportReport
Posted on by 5,329 Super User 2025 Season 2
I have a Gallery where items are being ordered. I would like to tally the
cost of all items in the gallery, in a TextInput outside the Gallery.

How do I write my formula so that a '$' appears in front and any cents
(.00) will appear in the total.
Categories:
I have the same question (0)
  • Verified answer
    NickWarner Profile Picture
    113 on at
    almost there, put the text function with the format around the sum function. eg. Text(Sum(Gallery. Allltems, Value(TextInput3_6. Text)),"[$-en-US]$#,#.00")
  • Phineas Profile Picture
    5,329 Super User 2025 Season 2 on at
    Yes, that worked.

    How do I get the Gallery field to look the same ($ and decimals)?

  • NickWarner Profile Picture
    113 on at
    I suspect your unit * qty calculation is failing. When doing arithmetic functions, wrap all the .text values in Value() eg:
     
    Text(Value(TextInput3_3.Text)*Value(TextInput3_5.Text),"[$-en-US]$ #,#.00")

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 408

#2
WarrenBelz Profile Picture

WarrenBelz 382 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 328 Super User 2025 Season 2

Last 30 days Overall leaderboard