Forum Discussion

RLSid17's avatar
RLSid17
Helper III
3 years ago
Solved

Week Number Date Format

Hi, Is there a way to format the Week Numbers to Month and Date? For example, I have 2 slicers which would be Month and Week. When I select the Month slicer to November, then in the Week s...
  • amitchandak's avatar
    3 years ago

    RLSid17 , You can use the week start/end date

     

    Week Start date = 'Date'[Date]+-1*WEEKDAY('Date'[Date],2)+1
    Week End date = 'Date'[Date]+ 7-1*WEEKDAY('Date'[Date],2)