Skip to content

Running Total

Running Total calculates a cumulative value across the data points in your visualization. Instead of showing the value for each point independently, it adds each value to the total from the preceding points.

Running Total is available on:

  • Bar charts
  • Line charts
  • Area charts
  • Combination charts
  • Tables
  • Pivot tables

Example, if monthly sales are:

MonthSalesRunning Total
January€10,000€10,000
February€15,000€25,000
March€12,000€37,000
April€18,000€55,000

The running total for each month includes the values from that month and all preceding months.

  1. Add a measure to your visualization.
  2. Open the Analytics tab.
  3. Find Running Total.
  4. Turn on Show running total.

The visualization will display the cumulative value alongside the original measure.

Running

By default, enabling Show running total keeps the original measure and adds the running total.

To display only the cumulative value:

  • Turn on Show running total.
  • Select Show only running total.

When this option is selected, the original measure is replaced by its running total in the visualization.

The running total is calculated sequentially according to the order of the data points in the visualization.

For example:

Running Total = Current Value + All Previous Values

For monthly revenue:

January = January
February = January + February
March = January + February + March
April = January + February + March + April

How the running total is calculated in Pivot

Section titled “How the running total is calculated in Pivot”

A Running Total accumulates values along the date axis and is calculated separately for each combination of the other (non-date) dimensions in the pivot. When the non-date dimension changes, the running total resets and starts again from zero.

Example: Your pivot contains Date (grouped by month-year), Category, and Sum of sales. The running total adds up month-year within each category, then restarts when it reaches the next category.

Running Total in Pivot