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
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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Top Solution Authors