Cumulative and other "expansions" to metrics #39
siljamardla
started this conversation in
Ideas
Replies: 2 comments
|
Oh, I can relate to it so much! |
0 replies
|
I wonder if this could be solved by having a concept of parameters or variables? E.g. have a metric specified as:
And some parameter |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The pattern of defining a metric and then needing its cumulative value over a period X is extremely common.
Any ideas on how to enable something about cumulative metrics, while keeping it flexible around the periods?
It is very restrictive to define something like revenue_90days - each new window would require defining a new metric, and making sure its definition stays aligned with the original revenue definition.
What would be nicely flexible and reusing the main definition would be something like
cumulative: enabled. The user could then specify at query time the details on the cumulative window.Very similarly, there will be requests for period-over-period absolute difference, period-over-period percent difference, period-to-date values etc.
All reactions