Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Lost Customers Calculation Formula

Hello,

 

I use this formula below and it works fine. But if i filter and see region-wise lost customers pbi recalculates for every filter which i don't want.

I need customers to be counted as lost if there's no purchase last x days at anywhere, no matter which regions filtered.

For example, customer might be purchased sth @ place X, but didn't purchased last 100 days @ place Y. This customer shouldn't be counted as lost In theory it's lost for place Y but it's still our customer. How can i differentiate formula for this purpose?

 

sample screenshot of a simple calculated table...

..added data relationship screenshot if needed.

ss-1.jpgss-2.jpg

 

LostCustomer = SUMX(VALUES('Customer Data'[NEW BOOKING CUSTOMER]);IF('Customer Data'[CustomerLostDate]>=[FirstDateSelected] && 'Customer Data'[CustomerLostDate]<=[LastDateSelected];1))

 

FirstDateSelected = FIRSTDATE(DATEADD('Date'[DATE];0;MONTH))

 

LastDateSelected = LASTDATE(DATEADD('Date'[DATE];0;MONTH))

 

CustomerLostDate = CALCULATE(MAX('New Customer Check Table'[DATE]);CALCULATETABLE('New Customer Check Table';FILTER(ALL('Customer Data');'Customer Data'[NEW BOOKING CUSTOMER] = MAX('Customer Data'[NEW BOOKING CUSTOMER]));FILTER(ALL('Date');'Date'[DATE]<=MAX('Date'[DATE]))))+[LostDaysLimit]

 

LostDaysLimit = [DaysCustomerLost]+1

 

Thanks,

Caglar

2 REPLIES 2
v-ljerr-msft
Employee
Employee

Hi @Anonymous,

 

Where did you filter the regions, and which column is it? I cannot see it in your shared screenshots.

 

In addition, could you share a sample pbix file with just some mock data which can reproduce the issue, so that we can better assist on it? Smiley Happy

 

Regards

Anonymous
Not applicable

Hi @v-ljerr-msft,

 

I couldn't get same results with a mock .pbix file so i share the original one 🙂

POL refers to regions by the way,

 

here is the link,

 .pbix

https://drive.google.com/open?id=0B_SyDMpXEmrWamFHbGRfRDZLaFU

excel raw data

https://drive.google.com/open?id=0B_SyDMpXEmrWSFR5M2E2dWJpbGs

 

Thx,

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.