Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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?
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
68 | |
64 | |
50 | |
36 | |
26 |
User | Count |
---|---|
80 | |
57 | |
45 | |
44 | |
35 |