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.