Hello,
In my power app I need to convert text from this format "756.315,22" to this "756,315.22" (or from "55.220" to "55,220") in order to always have decimals depicted after point and thousands before comma.
I've already tried [Text( CurrencyColumnName, "[$-en-US]$ #.00" )] with absolutely no luck.
Any other suggestions?
Thank you in advance.