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 / Currency text formatti...
Power Apps
Answered

Currency text formatting New

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

How do I set up a field that has a currency value to appear in the format ######, ##

 

Capturar.PNG

I have the same question (0)
  • v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

     

    If you want to format the number, please try with Text Function.

    Please try to set the Text property as below:

    Text(ThisItem.Total; "######, 00")

    Hope this helps.

    Sik

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Thanks Sik for the help!

    But there was no effect continues in the same way with several zeros on the right not respecting the semicolon signs.

     

    "R$" & Text(ThisItem.Total; "[$-pt-BR]####.##")

     

    Capturar1.PNG
  • Hamish Sheild Profile Picture
    3,005 Most Valuable Professional on at

    Hi @Anonymous 

     

    I think the Text formula might not be correct, there is a semi-colon (;) where there should be a comma (,) in the middle of the formula

     

    Try "R$" & Text(ThisItem.Total,"####.##")

     

    -----
     
    If this post has answered your question please consider it for "Accept as Solution" or if it has been helpful give it a "Thumbs Up".

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @HSheild!

     

    Same result.

  • Hamish Sheild Profile Picture
    3,005 Most Valuable Professional on at
    That is very strange as I tested that formula and it works fine. Did you try the formula without the square brackets part []?
  • Verified answer
    v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

     

    Could you show the example of the formatted number? 

    I seem to have found your problem. In your region, decimals are separated by commas, so 'ThisItem.Total' should be a text, right?

    It should be converted to Number and then formatted by Text function.

    "R$" & Text(Value(Substitute(ThisItem.Total;".";",")); "[$-de]####,00")

    Then, it should as  R$87,00

    Snipaste_2020-04-16_10-05-13.png

    Hope this helps.

    Sik

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Sik!

    Now it worked, thank you very much for your help and see you next time.

    Hugs

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 549 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard