Hi, I have a chart where I’ve plotted DAU, WAU, and MAU using the formula bar. For each metric, I want to remove users who onboarded in that timeframe (fired the onboard event), as it inflates the numbers.
For example:
- Net DAU = distinct users who visited in the last day - users who onboarded in the last day
- Net WAU = distinct users who visited in L7 days - users who onboarded in L7 days
- Net MAU = distinct users who visited in L30 days - users who onboarded in L30 days
How can I do this? Thanks!