Also the Format should show Year/Mon/Day , for ex 29-Nov-2021 which is Monday and so on
1 answer
here is one way
this datetrunc('week',[Order Date],"monday") will create a monday start week and return this when used with a date range filter
Also the Format should show Year/Mon/Day , for ex 29-Nov-2021 which is Monday and so on
here is one way
this datetrunc('week',[Order Date],"monday") will create a monday start week and return this when used with a date range filter