Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Calendar creation - DAX vs table

Hello. I've just joined an organization where Calendars are created using Dax and deployed in each report. I'm more confortable with building a calendar table instead, and would prefer to build it ...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Thanks for responding.  I don't know when they'll be a switch over to a centralized calendar, but in the meantime, is it better to have a calendar table or one created with DAX?

  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi Anonymous ,

    At this stage then I think it should be more efficient to use DAX. You can just save your DAX code and when you need to create a calendar table, copy the appropriate DAX code. You can also flexibly modify the structure of the calendar table according to your needs.

     

    Best Regards