- Right click and drag order date onto column and select year.
- Then Right click and drag order date onto column and select quarter.
- Create a calculated field and name it 'running total calc' (always name your calculated field to something you remember!).
- Start your table calculation with 'Running_Sum' so it returns the running sum of the given expression, from the first row to the most current row. Followed by '(SUM[Profit]))'
![](https://www.thedataschool.co.uk/content/images/2022/09/image-133.png)
5. Drag this calculation to the rows
![](https://www.thedataschool.co.uk/content/images/2022/09/image-138.png)
6. Then your graph will appear like this
![](https://www.thedataschool.co.uk/content/images/2022/09/image-139.png)
7. Drag region onto color
![](https://www.thedataschool.co.uk/content/images/2022/09/image-142.png)
That's how you create a running total calc