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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi all,
I'll appreciate it if someone can help me.
I'm creating a custom date period to used in my report. I already have a date period.
What I did was to create a new table and use this dax but the MTD and QTD is showing incorrect dates. MTD is showing Dec dates instead of Aug and QTD is showing from Oct to date instead of from July and YTD is showing from Jan - DEc instead of Jan - August.
DAX
Date Period =
ADDColumns(
DATESMTD('Date'[Date]),
"Type", "MTD"
)
Please provide your work-in-progress Power BI Desktop file (with sensitive information removed) that covers your issue or question completely in a usable format (not as a screenshot).
https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.
https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...
This allows members of the Forum to assess the state of the model, report layer, relationships, and any DAX applied.