Ultimate access to all questions.
You are working with a Microsoft Power BI semantic model and are preparing to implement calculation groups to enhance your data analysis capabilities. As part of this task, you need to create a calculation item that modifies the current date context to reflect month-to-date (MTD) values. How should you complete the DAX expression to achieve this transformation?
CALCULATE(..., DATESMTD('Date'[Date]))