Hey @timothy-permutable
I haven’t tried this before, but I would go with your derived property solution mainly for the ease and convenience involved.
One caveat which might occur in this approach - if we are trying to analyze a user’s activity from a year ago, then the current age derived property associated with that event will reflect the users current age. So you might want to play around that a bit. But I feel this is a trivial one.
Hey @timothy-permutable
I haven’t tried this before, but I would go with your derived property solution mainly for the ease and convenience involved.
One caveat which might occur in this approach - if we are trying to analyze a user’s activity from a year ago, then the current age derived property associated with that event will reflect the users current age. So you might want to play around that a bit. But I feel this is a trivial one.
Good point. I wonder if I can create a derived event property instead then - I’ll have to see if that’s possible mixing the event props and user props at time of event.
Possibly simpler just to set year of birth at signup, use that as the group by dimension, and accept that it has a (very gradually) changing meaning over long periods of time.