Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Include 13th month in Date

I have data that records the 13th month of each year, and is recorded as 202213, 202113, 202113 and so on.... The rest of the dates are also in that format e.g. 202201, 202202, 200511, and so on.  ...
  • collinsg's avatar
    3 years ago

    Good Day Anonymous ,

    My thought on this would be to create a calendar table. It may look something like this.

    In the data model I would relate your data's 13th month column to the calendar table (or better still if your data has an actual date, relate it to the date in the calendar table). You can then filter your data model on a conventional basis or a 13 month basis.

    Hope this helps.