Bhubaneswar, Odisha, India
+91-8328865778
support@softchief.com

Format Currency Display in Canvas App Power Apps for different country

Format Currency Display in Canvas App Power Apps for different country

Currency field is used store monetary value in power Apps but when we display the currency field value in Power Apps some times we need to do formatting to display in correct way. In the below screenshot you can see in the canvas app I am displaying annual revenue but it does not display like monetary value format.

So to format monetary value we can use formula as below:

Text(ThisItem.'Annual Revenue', "$ ##.00")

Instead of simply displaying the field add the formula to format the currency value.

Now the value will display like below.

But in some countries the period comma is used instead of dot like in French. For this countries you can use the formula like below.

Text(ThisItem.’Annual Revenue’; “$ ##,00”)

Hope this helps

Follow my blog for more trending topics on Dynamics 365, Azure, C#, Power Portals and Power Platform. For training, Courses and consulting, call to us at +91 832 886 5778 I am working more for community to share skills in Dynamics 365 and Power Platform. Please support me by subscribing my YouTube Channel. My YouTube Channel link is this : https://www.youtube.com/user/sppmaestro