I am attempting to format values in Power Apps. For the 4847.05 I am using the following...
Text(Value(Round(DataCardValue77*0.01*DataCardValue78,2),"0,0.00")) - however, I am losing the ",".

For the 53400 I am using...
RoundUp(DataCardValue81,-2) and also losing the ",".
Any assistance would be appreciated.