Forum Discussion

kasiaw29's avatar
kasiaw29
Resolver II
5 years ago
Solved

Active and Inactive customer

Hi there,

 

I'm looking to create a custom column that evaluates customer orders and determines if the customer is active/reactivated/inactive. Has anyone completed anything like this to date? Any previous articles that you know that cover this?

Active customers are defined as those who have ordered in last 12 months. 

Reactivated are those that have been unactive (haven't placed orderes in last 12 months) but suddenly placed orders. 

 

I do have a measure in already to find those that have invoiced in the last 12 months but now I'm looking to see to analyse their behaviour change overtime. My measure is like this: 

Invoiced in Last 12M =
CALCULATE(
SUM('Customer Orders'[Total Invoiced Value]),
DATESINPERIOD('Customer Orders'[Invoice Date].[Date],MAX('Customer Orders'[Invoice Date]),-12,MONTH))
 
Any help is truly appreciated. 

1 Reply