Hello All, Im trying to set a new column into a table chart, where the participation fee has beem displayed, for this im tryng the next function based on my fuction to calculate the total of money earned per customer.
=Sum([CANTIDAD])/Sum(Total(CANTIDAD))
So i want to divide each row of the "Volumen EneroDiciembre" column between the total of this" $303,454,710.30". For example: $34,732,771.76/$303,454,710.3
And this for every row of this column. Someone already did something like this?