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 / Formatting calculated ...
Power Apps
Suggested Answer

Formatting calculated fields from Sharepoint in Power Apps

(0) ShareShare
ReportReport
Posted on by 4

I have an invoiced field in Sharepoint with the column heading Net Invoice Amount. This is formatted as currency.
Unfortunately, in Power Apps the correct value is displayed in the form during the calculation, but with 12 zeros at the end. How can I format it correctly in Power Apps. The calculation and display is done correctly in Sharepoint.

msedge_C3SmX7bLv3.png

The display on the screenshot should read 49.00 instead of 49.000000000000.

I'm grateful for every tip!

Categories:
I have the same question (0)
  • Rajkumar_M Profile Picture
    3,747 Moderator on at

    Hi @Florian2508 

     

    If you have a label displaying the net invoice amount (NetInvoiceAmount), you can format it to display with two decimal places using the Text function:

     

    Text(YourNetInvoiceAmountField, "[$-en-US]#.00")

     

    Thanks!

     

    If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.

     

  • Florian2508 Profile Picture
    4 on at

    Thanks for your answer.

    Unfortunately it doesn´t work. Maybe i´m in the wrong place?

    msedge_OzZi8tMh2i.png
  • Rajkumar_M Profile Picture
    3,747 Moderator on at

    I think Rechnungsbetrag Netto is text data type so you should change text to value.

     

    Text(Value(ThisItem.'Rechnungsbetrag Netto';"[$-en-US]#.00") 

     

    Thanks! 

  • Florian2508 Profile Picture
    4 on at

    Unfortunately it didn´t work. But i found a solution. 
    I also calculate the values ​​for an ad in Pwoer Apps in power Apsps itself. The transfer to Sharepoint has already taken place correctly.

  • Suggested answer
    Power_Person Profile Picture
    71 on at
    I had the same Issue, it works using this this format:
    Text(Value(ThisItem.'Rechnungsbetrag Netto'), "#,##0.00 €")
    In my case it looks like this:
     


    You can change and move the position of the currency symbol or leave it out completely if you want.
  • Suggested answer
    Thomas Karer Profile Picture
    2 on at
    Hi!

    I had the same issue, for me the following formula worked: 
     
    Value(Substitute(Parent.Default; "."; ","))

    Best regards. 

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 493 Most Valuable Professional

#2
11manish Profile Picture

11manish 479

#3
Haque Profile Picture

Haque 328

Last 30 days Overall leaderboard