You can perform the Number format in PowerApps using the Text function and apply your format
Syntax
TEXT(Value you want to format, "Format code you want to apply")
In your case, you have to write
Text(YourNumber ,"#.##)
Example:
Text( 12.333232,"#.##")
If your value comes dynamic from your data source you can use the below number:
Text( Value(YourColumnData),"#.##")
1.1k questions
673 answers
454 comments
193k users
Related Activities
Categories
Most popular tags