Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote 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 @Anonymous
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 @Anonymous
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,
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 63 | |
| 51 | |
| 41 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 122 | |
| 106 | |
| 47 | |
| 30 | |
| 24 |