I'm facing an issue where the Modern Table in PowerApps isn't displaying the data exactly as from the associated SharePoint list.
This is the Modern Table:

This is some of data from the Sharepoint List connected to the Table

As you can see, the Value is Number,
I was expecting the modern table to have comma and decimals.
I adjusted also the fieldType to "$" and "n" but still same.


as per checking on the table.

its a number type,
is there any way i can format it to have a comma for thousands and decimals
for those wondering why shouldnt i just
change it before it is created (it came from API, so i cant); or
update it (it contains few thousands and changes everyday, it might take a while to update everything);
use calculated column (i tried, it doesnt show in modern table)