Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Limited calendar with an IF statement

I have a dashboard that is navigable through a movable slicer set on Between that has a calendar in it. The formula I've set for it is:   Calendar = CALENDAR(DATE(2021,1,10),DATE(YEAR(TODAY()),MON...
  • FreemanZ's avatar
    FreemanZ
    3 years ago

    hi Anonymous 

    it seems the up limit of the calendar table shall be aligned with data record. 

    try like:

    Calendar = CALENDAR( DATE(2022, 1, 10), MAX(RecordTable[Date]))

    try like: