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! Request now
I have a date table based on this dax formula.
I've created a visual (table) in which I would like to summarize the MTD Actual Billings by each Business unit.
When I use:
Can someone suggest how I can fix this or to calculate MTD?
Thanks in advance!
Chris
Hi,
To create a Date table, just click on New Table under Modelling
Date = calendar(DATE(2016,1,1), DATE(2021,12,31))
Build a relationship from the Date column of your Cost table to the Date column of the Date table.
In the Date table, write calculated column formulas to extract Year, Month name and Month number. Sort the Month name column by the Month number column. Create 2 slicers - one for Year and Month name. Select a Year and a Month name. Write these measures
Total cost = sum('Cost'[JTD Actual Billings])
Total cost MTD = calculate([Total cost],datesmtd('Date'[Date]))
Hope this helps.
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 |
|---|---|
| 97 | |
| 73 | |
| 50 | |
| 48 | |
| 45 |