Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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,
User | Count |
---|---|
80 | |
77 | |
63 | |
48 | |
44 |
User | Count |
---|---|
102 | |
44 | |
39 | |
39 | |
36 |