Forum Discussion

markmess77's avatar
markmess77
Icon for Resolver I rankResolver I
6 years ago
Solved

CALENDARAUTO Function not working properly?

I am working with a dataset that contains data from 2019 and 2020. I've been using a date table populated by the dax below, which has been working fine until recently. It now only returns a table for...
  • Anonymous's avatar
    Anonymous
    6 years ago

    markmess77 

    CALENDARAUTO() need a base date column of datetime type in your model. With out base date column you can only used Calendar (startdate, enddate) to create a calendar table.

     

    Paul Zheng _ Community Support Team
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.