Forum Discussion
Date Period Help
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"
)
1 Reply
- foodd
Community Champion
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-Forum/ba-p/963216
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.