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 / Change format currency
Power Apps
Answered

Change format currency

(0) ShareShare
ReportReport
Posted on by 235

Hi everyone, I am new to using powerapps. Could someone help me with this, please? I have a text field where the data is coming from lists and I wanted to format it to a US currency. Here's my code on the textfield. 

LookUp(
 'Source',
 JobCategory.Selected.Result in 'Job Category' && EntityType.Selected.Result in 'Entity Type' && JobType.Selected.Result in 'Job Type',
 'Min. Fee (ex GST)'
)

 

Categories:
  • Verified answer
    StalinPonnusamy Profile Picture
    Super User 2024 Season 1 on at

    Hi @rbalza

    Convert to US Currency

     

    Syntax

    Text(ColumnName, "[$-en-US] ##,###")

     

    With your Data

    Text(LookUp(
     'Source',
     JobCategory.Selected.Result in 'Job Category' && EntityType.Selected.Result in 'Entity Type' && JobType.Selected.Result in 'Job Type',
     'Min. Fee (ex GST)'
    ),"[$-en-US] ##,###")

     

  • rbalza Profile Picture
    235 on at

    Hi StalinPonnusamy, thanks for taking the time on this. I made a bit modification to it as it seems not working, not sure why. I've placed the dollar sign and it works instead of [$-en-US] I put this  "$ ##,###"

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 409 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 252 Most Valuable Professional

Last 30 days Overall leaderboard