laurya
10-24-2023Data Storage
RSUM with multiple dimensions
Hi everyone,
I am trying to create a running sum formula in a Pivot table. The formula is RSUM([Total net revenue )]).
When I have 1 dimension in the Pivot table (item number), the formula works as expected.
However, when I add more fields (item name, etc.) the running sum values are not correct. I have also tried RSUM([Total net revenue],TRUE) but this does not work.