
I have a calculated column in SharePoint. This SharePoint list is connected to an application and in the column configuration in SharePoint, it is set as a number and also limited to display 2 decimal places. However, when I use it in Power Apps, it displays more than two decimal places. How can I fix this?
Hi @12FelipeDuarte,
Try the following code to maintain 2 decimal places:
Text(locMyNumber, "0.00")If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Follow me online.