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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
aschillinger20
Helper II
Helper II

Count New Customers during time period

I'm struggling to figure out what seems like a simple task. I would like to display a card that shows the number of "new customers" in a given time period. I'm able to generate a list of accounts in a table by using the following:

 

isFirstOrder =
IF( CALCULATE(MIN('Sales Data'[invoice_date]),ALLEXCEPT('Sales Data','Sales Data'[Customer]))=MAX('Sales Data'[invoice_date]), 1, BLANK())
 
I just want to show the number of new customers in a card. Any help would be greatly appreciated.
11 REPLIES 11

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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