Hi everyone.
This is my actual table agent sales I would like to create a calculation sum of the total sales of my agents and add to a third column. It needs to be a calculated field to use it for multiple porpuses.
It is possible?
Hi everyone.
This is my actual table agent sales I would like to create a calculation sum of the total sales of my agents and add to a third column. It needs to be a calculated field to use it for multiple porpuses.
It is possible?
Hi @gfactorbi,
If you want the same total to show in every row of the Total column, you can use this calculated field:
sumOver(Sales, [], PRE_AGG)
Did you choose min as the aggregation in the Value field well?
I forgot that. It work now. Thanks!!!