The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
User | Count |
---|---|
17 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
9 | |
8 |