Skip to main content
Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Can you format label to show currency?

(0) ShareShare
ReportReport
Posted on 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:
  • DGWolfe Profile Picture
    on at
    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 at
    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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1