Skip to content

Commit

Permalink
Update derived-metrics.md (#4044)
Browse files Browse the repository at this point in the history
removing 'This can't be used with `offset_to_grain`.' as it's not
applicable now
  • Loading branch information
mirnawong1 authored Sep 8, 2023
2 parents 6d580c8 + 5579515 commit e7c6182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/build/derived-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In MetricFlow, derived metrics are metrics created by defining an expression usi
| `metrics` | The list of metrics used in the derived metrics. | Required |
| `alias` | Optional alias for the metric that you can use in the expr. | Optional |
| `filter` | Optional filter to apply to the metric. | Optional |
| `offset_window` | Set the period for the offset window, such as 1 month. This will return the value of the metric one month from the metric time. This can't be used with `offset_to_grain`. | Required |
| `offset_window` | Set the period for the offset window, such as 1 month. This will return the value of the metric one month from the metric time. | Required |

The following displays the complete specification for derived metrics, along with an example.

Expand Down

0 comments on commit e7c6182

Please sign in to comment.