Hi,
I have some data grouped into weekly bins (every 7 days) which is working great but I noticed the first day of each 7 day bin is a Sunday. Please can you tell me how to change this to a Monday?
Thanks,
CM
Solved! Go to Solution.
Hi @CloudMonkey
You may create a calculated column like this post.
Column = VAR d = MAX( Table2[date] ) RETURN d - QUOTIENT ( DATEDIFF ( Table2[Date], d, DAY ), 7 ) * 7
Regards,
Hi @CloudMonkey
You may create a calculated column like this post.
Column = VAR d = MAX( Table2[date] ) RETURN d - QUOTIENT ( DATEDIFF ( Table2[Date], d, DAY ), 7 ) * 7
Regards,
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
105 | |
72 | |
68 | |
47 | |
47 |
User | Count |
---|---|
161 | |
85 | |
76 | |
68 | |
67 |