Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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
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]
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |