Assume quantity sold date by date and City in a three column database. The objective is to determine year wise, month wise and City wise running total of quantity sold in a Pivot Table.
The issue which will arise with generating this result in a Pivot Table will be that the Show Values As > Running Total in, resets the quantity sold to 0 when the year changes.
This issue can be overcome by writing DAX formulas in a Power Pivot. You may refer to my solution in this workbook.
Compute “running total in” across years in a Pivot Table
{ 10 Comments }