Skip to content

Commit

Permalink
Update metrics-overview.md
Browse files Browse the repository at this point in the history
adding timespine info
  • Loading branch information
mirnawong1 authored Jul 19, 2023
1 parent 1231074 commit 5bbfa6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/build/metrics-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This page explains the different supported metric types you can add to your dbt

### Cumulative metrics

[Cumulative metrics](/docs/build/cumulative) aggregate a measure over a given window. Note that if no window is specified, the window would accumulate the measure over all time.
[Cumulative metrics](/docs/build/cumulative) aggregate a measure over a given window. If no window is specified, the window would accumulate the measure over all time. **Note**m, you will need to create the [time spine model](/docs/build/metricflow-time-spine) before you add cumulative metrics.

```yaml
# Cumulative metrics aggregate a measure over a given window. The window is considered infinite if no window parameter is passed (accumulate the measure over all time)
Expand Down

0 comments on commit 5bbfa6b

Please sign in to comment.