Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi.
I want to sum the values in this dynamic table.
Meaning:
in 2019-Apr, i want to have the units of 2019-Apr, plus, all the units before 2019-Apr.
In 2019-Mai, i want to have the units of 2019-Mai, plus, all the units before 2019-Mai.
And so on...
Any ideas?
Thanks
Have you tried this?
RangeSum(Before(Sum(Measure), 0, ColumnNo()))
That's it!
Thank you very much 🙂