Forum Discussion
Customer Churn and Retention Calculation - Dynamic range
- 8 years ago
Hi dsd_CS,
If I understand you correctly, the formula below should work in your scenario. :smileyhappy:
Retention Denominator 2 = CALCULATE( DISTINCTCOUNT('dummy data - customers'[customer ID]), FILTER( ALL('dummy data - customers'), 'dummy data - customers'[Time since first order YEAR] >= MAX('dummy data - customers'[Customer lifetime]) && 'dummy data - customers'[Customer lifetime] >= 0 ))Regards
Hi,
This is fantastic. How woud you calculate a dynamic retention rate in this scenario e.g. 44/327 = 0.13% and then 45/283 =0.16% etc etc
Thank you in advance :)
Maria
Hi,
Please share some data and show the expected result on that data.
- Anonymous7 years agoNot applicable
Hi,
Thank you for your prompt reply.
Based on the original solution, I was wondering whether it is possible to calculate retention rate for each these from month to month. for example.
Month 1: 44/327 (0,13), 45/283 (0,159), 44/238 (0,184), 33/194 (0,17) etc etc
Is this possible to build into this soltuon?
Thank you again,
Maria
- Ashish_Mathur7 years agoSuper User
Hi,
This is an old post. Please share a dataset which i can paste into MS Excel. On that dataset, please show your expected result.