Forum Discussion

tonny_bwg's avatar
tonny_bwg
Helper I
4 years ago
Solved

Creating a calendar table.

Hi, Guru, please help with this problem. I want to create an automated calendar table in which the last date is the max date between onboard date and leave date. how to create it?(see figure below) ...
  • v-zhangti's avatar
    4 years ago

    Hi, tonny_bwg 

     

    You can try the following methods.

    Date = 
    CALENDAR(MIN('Table'[Onboard date]),MAX('Table'[Leave Date]))

    Is this the result you expect?

     

    Best Regards,

    Community Support Team _Charlotte

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.