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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
samirkhan
Frequent Visitor

Returning and New Members

Hi All,

 

Can somone help me to find out the count of customers and the corresponding sales for customers who are members.

 

1. Returning Members = Unique count of Customers who have "1" in Member Column for this period but also have "1"  before the min date in this period if they booked anything in past.

2. New Members = Unique Count of Customers who have "1" in this period but "0" in previous periods. Again they may me returning customers but became members this period.

 

Customer Email(UniqueID)Booking DateMember (1/0)Booking Amount
abc01/01/19901£
abc02/01/19900£
abc03/01/19901£
abc04/01/19900£

 

I used the queries below for New/ Returning Customers but stuck with the Membership metrics.

 

NewCustomers = COUNTROWS(FILTER(ADDCOLUMNS(VALUES(AllAdvam[CustomerEmailAddress]),"PreviousSale",CALCULATE(COUNTROWS(AllAdvam),FILTER(ALL(AllAdvam[Booking Date].[Date]),AllAdvam[Booking Date].[Date]<MIN(AllAdvam[Booking Date].[Date])))),[PreviousSale]=0))

 

Returning Customer = COUNTROWS(FILTER(ADDCOLUMNS(VALUES(AllAdvam[CustomerEmailAddress]),"PreviousSale",CALCULATE(COUNTROWS(AllAdvam),FILTER(ALL(AllAdvam[Booking Date].[Date]),AllAdvam[Booking Date].[Date]<MIN(AllAdvam[Booking Date].[Date])))),[PreviousSale]>0))

 

May be, I need to add another filter for Members columns to the codes above?

 

Sam

 

0 REPLIES 0

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan NL Carousel

Fabric Community Update - January 2025

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