Hello Community,
The formula below is for a field named Total:
Text(Value(TA.Text) + Value(GA.Text), "[$-en-US]$#,###.00") = $1,049,218.27
$797,824.50 $251,393.77
Calculates great but, when multiplying the result by a decimal, it returns an incorrect value.
Text(Value(TA.Text) + Value(GA.Text) * 0.005, "[$-en-US]$#,###.00") = $799,081.47 (PowerApp result)
$1,049,218.27 x 0.005 = $5,246.09
Any suggestions on what the formula should be?
Thanks,
V/R
chudson002