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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I have added a date dimension table to my chart but I need 1 more column and I am stuck.
I would like to have a column showing the week ending date. So for July I would have 7/1/17, 7/8/17, 7/15/17, 7/22/17 and 7/29/17.
Please help!
Solved! Go to Solution.
Saturday = DateTable[Date] + 6 - WEEKDAY(DateTable[Date])
Proud to be a Super User!
Saturday = DateTable[Date] + 6 - WEEKDAY(DateTable[Date])
Proud to be a Super User!