Announcements
I'm using
Text(Value(Parent.Default);"[$-pt-BR]R$ #.###,##") to format my currency in powerapps.
But when the field is empty is showing R$ ,.
How to do to when empty the field don't show anything?
regards
@alessandramaced
Text(Value(Parent.Default);"[$-pt-BR]R$ #.###,##;;")
---Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Try
If(IsBlank (DatacardValue1),Parent.Default,
Text(Value(Parent.Default);"[$-pt-BR]R$ #.###,##"))
Change DatacardValue1 to your actual Textbox name
------------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.
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.
WarrenBelz 358 Most Valuable Professional
11manish 214 Super User 2026 Season 2
Mohsin Ali 185