Forum Discussion
redhughes
8 years agoHelper II
Week 0
Hi, I have appointments data with a column for exact date and a column with "week commencing on..." (i.e. Monday date for that week). What I am hoping to achieve is an extra column that will say ...
- 8 years ago
you can modify the column as
WeekCommencingOn = var recentmaxdate = max(appDate) returns WeekNum(apptDate,1) - WeekNum(recentmaxdate ,1)
v-jiascu-msft
8 years agoMicrosoft Employee
redhughes
8 years agoHelper II
Yes, thanks!