โณ Fill Missing Values in Running Totals
Ever created a running total that worked perfectly in a simple table, but showed gaps when you pivoted by another dimension? We've added a solution for that.
Learn moreโ
See the full documentation: running_total function reference
Note
The fill_missing parameter defaults to false to maintain backward compatibility with existing queries. Add fill_missing: true only when you need to fill missing pivot combinations.