Forum Discussion

rpinxt's avatar
rpinxt
Icon for Solution Sage rankSolution Sage
4 years ago
Solved

Calenderauto on specific date field

So I have a calenderauto via DAX: Now my data has 3 date fields. Fields like Manufacturing Date and Use before date are messing up my min and max date that I want to have. I want the calende...
  • amitchandak's avatar
    amitchandak
    4 years ago

    rpinxt , Then you can use of the calendar is best. auto-calendar has a different purpose

     

    I usually force those date to go start and end of the year

     

     

    CALENDAR(eomonth([MinRepDate], -1* Month([MinRepDate])) +1 ,eomonth([MaxRepDate] , 12 -1* Month([MinRepDate]) ))