Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Week Number by Fiscal Year

Hi,   I'm trying to create a calculated colunm that groups dates into one of three values.   Current Week - all dates that are in this month Previous Week- all dates in previous month Historic ...
  • v-chuncz-msft's avatar
    v-chuncz-msft
    6 years ago

    Anonymous 

     

    You may simply use DATEDIFF.

    DATEDIFF ( 'Table'[Date], TODAY (), WEEK )