Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
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:
Solved! Go to Solution.
@kasiaw29 , Not invoiced in last 12 month
if(isblank([Invoiced in Last 12M]),1,blank())
This will customer those do not purchsed in last 12 month
Refer my two blogs on the same topics
Customer Retention Part 1:
https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-1-Month-on-Month-Retention/b...
Customer Retention Part 2: Period over Period Retention :https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-2-Period-over-Period-Retenti...
Does the above reply helps. if you need more help make me @
Appreciate your Kudos.
@kasiaw29 , Not invoiced in last 12 month
if(isblank([Invoiced in Last 12M]),1,blank())
This will customer those do not purchsed in last 12 month
Refer my two blogs on the same topics
Customer Retention Part 1:
https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-1-Month-on-Month-Retention/b...
Customer Retention Part 2: Period over Period Retention :https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-2-Period-over-Period-Retenti...
Does the above reply helps. if you need more help make me @
Appreciate your Kudos.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 38 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 65 | |
| 30 | |
| 26 | |
| 25 |