Power Apps displaying multiple decimal places for calculated column with 0

Copper Contributor

I have developed a Power App for a SharePoint list. All numbers in calculated columns are displayed in Power Apps with 14 decimal places, even though all calculated columns and columns in calculation are number columns with 0 decimal places. Do I fix this in SP or PA (and how)? 

2 Replies
Could try to wrap it in a value() function, if that doesn't work can round() it on top of that. Can use Text(column,#) etc. one of those ways should do it.

@Chris Webbthanks, I'll probably have to leave this for now, as my competence within the programming area is somewhat limited (would not know how to apply this and where).