Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

MTD Measures Not Working

Hi All,   I am currently building a report that needs to show the MTD data for the current year and for several years in the past. I am unable to get even the "Month-To-Date Total" quick measure to...
  • elxinside's avatar
    6 years ago

    Hi Anonymous ,

    from what you say I don't understan what you are using as a time reference. In order to have time intelligence functions to work you need to have a "calendar table" with all the dates in the time interval you are considering.

    You can easily build it with calendar() function. https://docs.microsoft.com/en-us/dax/calendar-function-dax

    Once you have it, you should connect the date in the calendar table to your inceptiondate and you should use the date in the calendar table as reference for time intelligence dax functions.