How do I get the total of sales?

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?

1 Like

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) 
1 Like

It work’s. But just for 2 rows:

Did you choose min as the aggregation in the Value field well?

I forgot that. It work now. Thanks!!!