Forum Discussion
Churn Rate - lost Customer
- 6 years ago
Anonymous , The number distinct customer not matching in excel and pbix.
Anyways, I have calculated the same customer and lost a customer. With that you can get the churn
File is attached. Added customer table and mark Calendar table as Date table.
Hi Anonymous ,
I have understood what you want , but I need a sample data model.
Please give me the relevant sample table data and explain the relationship between the tables.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks Lionel for your reply!
Please see attched pbix sample file.
Also attaching the excel spreadsheet for more detailed information.
Appreaciate your reply!
Thanks,
TD
- Anonymous6 years agoNot applicable
v-lionel-msft Missed the sample file.
- Anonymous6 years agoNot applicable
- Anonymous6 years agoNot applicable
HI Anonymous ,
Pls see if this is what you need.
Last month Cust =CALCULATE([Distinct Cust], FILTER(ALL('Fiscal Calendar'),'Fiscal Calendar'[Moth1] = MIN('Fiscal Calendar'[Moth1]) - 1 ))Prior last month Cust =CALCULATE([Distinct Cust], FILTER(ALL('Fiscal Calendar'),'Fiscal Calendar'[Moth1] = MIN('Fiscal Calendar'[Moth1]) -2 ))Churn% = DIVIDE([Prior last month Cust],[Last month Cust])Regards,
Harsh NathaniDid I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)