Forum Discussion
Customer retention new vs old Customers
- 8 years ago
I want to calculate yearly retension report for the follwing data.
1. I like to find how many old customers from 2017 are with us in 2018
2. Also number of new customers in 2018.Plz help. I am a newbie and need to generate this report for the management.
I like to find how many old customers from 2017 are with us in 2018
Measure =
COUNTROWS(INTERSECT(SELECTCOLUMNS(FILTER(table1,year(Table1[year])=2017),"2017_yr_nm",Table1[name]),
SELECTCOLUMNS(FILTER(table1,year(Table1[year])=2018),"2018_yr_nm",Table1[name])))
Also number of new customers in 2018.
Measure =
COUNTROWS(except(SELECTCOLUMNS(FILTER(table1,year(Table1[year])=2017),"2017_yr_nm",Table1[name]),
SELECTCOLUMNS(FILTER(table1,year(Table1[year])=2018),"2018_yr_nm",Table1[name])))
- 8 years ago
Hi function to find Retension of customers from last year is working perfectly. But 2nd equation for finding new customers is returning a wrong value. Can you plz look into this for me??
- 8 years ago
I think i found the solution. Hope it is useful to everyone. I have created a parameter for year which you can swap for months or years based on adding a calender to solution.
Here is the link.
Check this
I want to calculate yearly retension report for the follwing data.
1. I like to find how many old customers from 2017 are with us in 2018
2. Also number of new customers in 2018.
Plz help. I am a newbie and need to generate this report for the management.
I like to find how many old customers from 2017 are with us in 2018
Measure =
COUNTROWS(INTERSECT(SELECTCOLUMNS(FILTER(table1,year(Table1[year])=2017),"2017_yr_nm",Table1[name]),
SELECTCOLUMNS(FILTER(table1,year(Table1[year])=2018),"2018_yr_nm",Table1[name])))
Also number of new customers in 2018.
Measure =
COUNTROWS(except(SELECTCOLUMNS(FILTER(table1,year(Table1[year])=2017),"2017_yr_nm",Table1[name]),
SELECTCOLUMNS(FILTER(table1,year(Table1[year])=2018),"2018_yr_nm",Table1[name])))
- aneeshvarghese8 years agoFrequent Visitor
Hi function to find Retension of customers from last year is working perfectly. But 2nd equation for finding new customers is returning a wrong value. Can you plz look into this for me??
- Ashish_Mathur8 years ago
Super User
Hi,
Share the link from where i can download your PBI file.
- aneeshvarghese8 years agoFrequent Visitor
https://1drv.ms/u/s!Anz-04Yz_4hzb6z9M5wV3QjV6w8
Here is the link for the file. Open it in a new tab