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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello All
My date table is fiscal calendar 445.
I have created below DAX for MTD
Currently when i am trying to select multiple months it does not provide any output in grid . I want to enahnce \ my DAX to give me sum of MTD if multple months are selected in filter
Hi @User1021 to proper use MTD values, it is the best when you have Date / Calendar table
In your case, measure MTD could be:
MTD test = TOTALMTD(SUM ( 'Sales invoice line fact'[Invoice TON_] ),'Date'[Date])
'Date'[Date] should be your Calendar / Date key column connected with your table
Create Calendar Table Microsoft Learn
https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-calculated-tables
TOTALMTD Fuction
https://learn.microsoft.com/en-us/dax/totalmtd-function-dax?WT.mc_id=DP-MVP-4025372
Did I answer your question? Kudos appreciated / accept solution!
Proud to be a Super User!
TOTALMTD function will not work as I have mentioned that my date table is fiscal calendar 445.
Hi @User1021 I only saw MTD🙂
check link below, could be usefull for your case
https://www.linkedin.com/pulse/creating-4-4-5-fiscal-calendar-power-bi-dax-norman-maxwell/
Proud to be a Super User!
The link is not for calculation of MTD
Hi @User1021
On link there is part as below, maybe you did not see it already.
Proud to be a Super User!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
6 | |
4 | |
3 | |
3 |
User | Count |
---|---|
13 | |
11 | |
8 | |
8 | |
8 |