Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Everyone,
I am completely new to Power Pivot and DAX calculations. I have a simple data model with a date table and a fact table with dates and sales generated per date.
Each month, I am generating a report that shows MTD and YTD sales vs Last year for the same period.
Is there a DAX formula to show this.
Thanks! I tried them works fine.
I also used TotalMTD/TotalYTD and it works perfectly also.
what's the difference between them? Which one using less resources and size?
hi @Tarek78
TOTALMTD is simplified form of CALCULATE([], DATESMTD). The later provides more flexibility when we have fiscal years starting not on Jan 1st.
Thanks !!! I will try this next time and keep you posted.
hi @Tarek78
you would need some measures with Time Intelligence Functions, like
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 6 | |
| 6 | |
| 6 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 18 | |
| 14 | |
| 14 |