The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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.