Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi @shanipowerbi ,
Try this: Added a column just not sure that I got the churn formula correct.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
Churn = Var PrevpV =CALCULATE(SUM(Churn[Active Users ]),Filter(All(Churn),Churn[Period]=EARLIER(Churn[Period])-1)) Var Presentper = Churn[Active Users ] var Dif = Presentper-PrevpV return Divide (dif,PrevpV)
Proud to be a Super User!
Thanks for the feedback, our formula is
Current - Prevous / Previous
So, in Our cas for Exmple : Period 1 is our Current and 0 is Previous.
Which is what I am showing. (Current - Previous)/Previous
var Dif = Presentper-PrevpV return Divide (dif,PrevpV)
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
Proud to be a Super User!
@Nathaniel_C , I really appreciate your time and effort you put in. Please understand some of my previous calculations.
1 - I have a table name Active Users Data (Contain Invoice Date, Conversion Date, User ID's)
2 - I have calculated Measure total active users by using "Total Active Users = DISTINCTCOUNT('Active Users Data'[user_ids])"
3 - I have calculated Column Period by using "Period = DATEDIFF('Active Users Data'[User with Conversion Data.ConversionDate],'Active Users Data'[created_at],MONTH)".
4 - I have got this Table. Conversion Date / Active Users / Period, which tell me the customer retention.
5 - I have made the cohort Table the help of above table.
6 - For Calculating Churn in Need Period Month Users, that's what i looking for.
Please help you can. Hope I explained well this time
Regards
Zeeshan
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
25 | |
20 | |
20 | |
14 | |
13 |
User | Count |
---|---|
43 | |
37 | |
25 | |
24 | |
22 |