Running average
Abstract
Calculate a running average for a column.
Adds a new column that returns the running average of the value columns you specify.
The result is sorted based on another column you specify.
Group by is an optional configuration.
When to use this tool
Use when you want to calculate a running average for a column.