Forum Discussion
NELC Analysis
Hi, Thank you in advance for supporting the DAX for the below sample data.
I would like to get DAX for NELC (New, Expand,Lost, Churn) analysis for Revenue and customer count.
Expected results are calculated below for 2019:
New = Customer ABC (count=1) is returned as New in 2019 with an Amount of 67
Expand = Customer YRP (count=1) revenue is increased to 67 in 2019 from 45 of 2018,so expand revenue is 22
Lost = Customer PS and MEP (count=2) revenue in 2019 is 0, hence lost revenue is -1135
Churn = Customer HM (count=1) revenue is decreased to 567 in 2019 from 876 of 2018, so churn revenue is -309
8 Replies
- Jihwan_Kim
Super User
Hi, ManjunathaEP
Please check the below picture and the sample pbix file's link down below whether it is what you are looking for.
all measures are in the sample pbix file.
https://www.dropbox.com/s/gpftz39v7a8r76z/manjunathaep.pbix?dl=0
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: https://www.linkedin.com/in/jihwankim1975/- ManjunathaEP
Helper II
Hi Jihwan Kim, Thank you for sharing the .pbix on expected DAX, it is working fine by year.. Is possible to get the results for different selections like Revenue class or by customer wise, country wise etc.,
Thank you again
- Jihwan_Kim
Super User
Hi, ManjunathaEP
Thank you for your feedback.I think it is possible.
Please share your sample case and which dimension you want to add, then I can try to have a look into it.
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: https://www.linkedin.com/in/jihwankim1975/
- AnonymousNot applicable
Here's a full article that does in an expert way all you need: Calculate New, Returning, Lost, and Recovered Customers in #dax - SQLBI