Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an expression that uses the max, max(billedweight), and it works great on a line basis, but I want to total it up for the top of the chart, when I do sum(max(billedweight) I get nothing.
Help
Try this:
=Sum(Aggr(Max(billedweight), yourChart'sDimension)
HTH
Best,
S