Add Currency Symbol to a Power Apps Text Label

In this Microsoft Power Apps post, we will show the format of a Text label field as a currency.

By default, when creating a text label field in a Power Apps application, the field is formatted text only. Power Apps allow us to change the label format using the following steps.

Change the formula to.

Text(ThisItem.Amount, "$ ##.00")

After changing the formula, the field will show the following.

The Power Apps formula library offers more than 100 formulas that allow us to format and customise labels.


Posted

in

,

by

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.