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 / How to format fields t...
Power Apps
Unanswered

How to format fields to display as currency in edit and view modes and how to total said fields in another field

(0) ShareShare
ReportReport
Posted on by 35

It is quite perplexing that the Power Apps custom form formulas based on Excel do not make it simple to set a field as currency showing the dollar sign and .00 for dollars with no cents.  What is the simplest way to have number fields display as currency in EDIT and VIEW modes and to total them in another field in a Power Apps custom form?  In Excel this can be accomplished in less than 2 minutes and not 2 hours. 

Categories:
  • v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @GardenGirl,

    Absolutely you could achieve this directly in Excel sheet by some function set, however, in PowerApps, recgonize it as numbers and sum total is not supported.

     

    The simplest way is to format the column as the GENERAL type in Excel, then convert it into numbers and sum it in PowerApps.

  • GardenGirl Profile Picture
    35 on at

    I am trying to accomplish currency fields displaying "$0,000.00" and totaling this fields in another field solely in a Power Apps custom form.  I only mentioned Excel since it has been touted that the Power Apps formulas were based on Excel.

     

    This is something so basic and I am astounded Microsoft has chosen not to provide this basic functionality without developers having to be contortionists.

  • trjackson77 Profile Picture
    254 on at

    You can achieve currency formatting and totaling in Power Apps with the following steps:

    1. Currency Formatting:

      Use the Text() function to display currency fields in the "$0,000.00" format.

      Text(YourNumericField, "$0,000.00")
    2. Totalling the Fields:

      To calculate the total of these formatted fields, use the Sum() and Value() functions. Create a new field to display the total as text.

      Text(Sum(Value(YourFormattedField1), Value(YourFormattedField2), ...), "$0,000.00")
    3. Add it to the Custom Form:

      Insert the expression from step 2 into the desired field in your Power Apps custom form.

    Power Apps offers flexibility and customization, making it a powerful tool once you get the hang of it. If you have any specific questions or run into issues, feel free to ask for further assistance. 

    Keep Going!

    Tim

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
11manish Profile Picture

11manish 395 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 260 Most Valuable Professional

Last 30 days Overall leaderboard