Forum Discussion

Justair07's avatar
Justair07
Resolver I
6 years ago

Trying to Create a Dynamic Calendar

Hi,   I'm trying to use the CALENDAR function to create a dynamic calendar table. Here is my DAX: TimelineDates = CALENDAR(DATE([SelectedYear],01,01),DATE([SelectedYear],12,31)) [SelectedYear] ...