March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I need to calculate the number of new subscribers month to month. So from Jan to Feb 2022 this would be 279.
How do I do this using DAX?
Thanks
Hii @hpayne93
I hope the first solution is usefull for you. Please mark as a solution for the first reply. so that it is useful for upcoming visitors who else need this solution.
In the above scenario, add a .[Date] in the Dateadd function after the Date column
Ex : Dateadd( 'table'[Date].[Date], -1, Month)
Don't forget to hit the Mark as a solution and kudo
Thank you
Hii @hpayne93
To find the Month over month(MOM), use the below Dax
Mark this as a solution
Thank you
Thanks for this!
It only seems to be showing total not the new subscribers for each month. Can you see where I'm going wrong?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
133 | |
91 | |
88 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
73 | |
68 |