Forum Discussion
Anonymous
5 years agoNot applicable
Create Column with modification of one condition
Hi, I have a dataset with the following TIme Frame Latest 4 wks - 02/06/2021 Latest 13 wks - 02/06/2021 Latest 26 wks - 02/06/2021 Latest 52 wks - 02/06/2021 I am using a create colum...
- 5 years ago
Anonymous ,
Create new column as WeekNum like below:
WeekNum = WEEKNUM(Table[YourDateColumn])
Then go to Data view then select TimeFrame Column then click on "Sort by Column" then choose the above WeekNum column. (See the attached screen shot)Final Output:
Tahreem24
Super User
5 years agoAnonymous ,
Create new column as WeekNum like below:
WeekNum = WEEKNUM(Table[YourDateColumn])
Then go to Data view then select TimeFrame Column then click on "Sort by Column" then choose the above WeekNum column. (See the attached screen shot)
Final Output: