Announcements
In my form I have some currency fields, and I would like to format them.
The fields are in DataCard so my entry is Default, I would like to know if there is any possibility to perform this formatting?
Yes. But can you show exactly the kind of fogrmat. Meanwhile follow this link
https://youtu.be/scCV3BQs-Cs
------------If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
but my field is not as text as the video, it is like editing. Is it still possible?
Yes. Try any of these because you have not stated exactly the format you want;
Text(Parent.Default,"[$-en-US]$#,###.00")
Text(Parent.Default,"[$-en-US]$#.00")
Text(Parent.Default,"[$-en-US]#,###.00")
Text(Parent.Default,"[$-en-US]#.00")
Include the formula in the Default, but there was no change, I saved it to see if it would change in the output and it didn't either.
Do I have to include something in the Update or the save icon as well?
Take a screenshot of your formula
Hi @Anonymous ,
Have your issue been resolved? If not, happy to help further.
What is the Default language of your PowerApps studio/Browser?
It seems that Partent.Default code returns a Text. but what you want to format must be a Number, please use Value() function to convert to Number first and use Text function to format it.
Text(Value(Parent.Default,"en"), "[$-en-US]$#,###.00", "[$-en-US]")
Sik
not yet, the language is english.
I entered the informed formula, but this error is appearing:
Please try this:
Text(Value(Parent.Default,"en"), "[$-en-US]$#,###.00", "en-US")
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 409 Super User 2026 Season 2
Mohsin Ali 328
WarrenBelz 252 Most Valuable Professional