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

Community site session details

Session Id : CtQkUqsggDIArbB6kzL08T
Power Apps - Building Power Apps
Answered

Can you format label to show currency?

Like (0) ShareShare
ReportReport
Posted on 21 Sep 2022 03:09:18 by

Hi,

 

I have a gallery showing various SP list data. One is a currency field, however, I would like to format the LABEL in the gallery to show the currency. Is this possible? I have read a lot about form formatting for currency, but nothing on labels.

 

Thanks

Categories:
I have the same question (0)
  • DGWolfe Profile Picture
    on 21 Sep 2022 at 03:50:39
    Re: Can you format label to show currency?

    Thanks so much @v-qiaqi-msft , worked perfectly!

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    on 21 Sep 2022 at 03:26:55
    Re: Can you format label to show currency?

    Hi @DGWolfe

    To format a currency, you could set the Label Text property as below:

    Text(Value(ThisItem.CurrencyField), "[$-en-US]$ #,###.00")

    Or you could add the currency symbol by hard code:

    "$" & Text(Value(ThisItem.CurrencyField), "[$-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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 688 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 499 Super User 2025 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

Last 30 days Overall leaderboard
Loading complete