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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Tiago_Varela
Helper I
Helper I

NEW Costumers PER MONTH

Hello everyone,

 

I´m trying to get the new number of new custumers per month.

I have a date table and a tables with the number od costumers per day

so i have on the main table:

january: 2500 costumers

february: 3500 costumers

march: 4000 costumers

and so on.

I need a dax formula that give me the new costumers i have in february (1.000 new costumers) in March (500 new costumers), and so on.

Can anyone help me?

Thanks

2 REPLIES 2
Anonymous
Not applicable

 

JanCount =CALCULATE(DISTINCTCOUNT('Table'[UniqueCustomerID]), 'Table'[Date].[Month] = "1")

Make one for each month then you can add or subtract or whatever you need to do.

MonthChange = [JanCount]-[DecCount]

 

Anonymous
Not applicable

With this data, it's not possible. To know the new customers in a period of time you have to have a means of identifying customers.

Best
D

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.