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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Dear BI Community,
Every week I am manually updating the below date in the text box in my report to be Friday's date.
Is there any way to set up a calculated value in the text box that displays the week ending (that week's friday) date automatically when I refresh the report? So I am hoping when I refresh the report that it will show 01/04/2022 by itself.
Thank you for your help.
Solved! Go to Solution.
@Anonymous , You can get dates like
Week Start date(Sat-Fri) = today()+-1*if(WEEKDAY(today())<7,WEEKDAY(today()),WEEKDAY(today())-7)
Week End date(Sat-Fri) = today()+-1*if(WEEKDAY(today())<7,WEEKDAY(today()),WEEKDAY(today())-7)+6
Any Weekday Week - Start From Any day of Week
https://community.powerbi.com/t5/Community-Blog/Any-Weekday-Week-Decoding-Date-and-Calendar-2-5-Power-BI-Turning/ba-p/1187482
Thank you Amit much appreciated.
@Anonymous , You can get dates like
Week Start date(Sat-Fri) = today()+-1*if(WEEKDAY(today())<7,WEEKDAY(today()),WEEKDAY(today())-7)
Week End date(Sat-Fri) = today()+-1*if(WEEKDAY(today())<7,WEEKDAY(today()),WEEKDAY(today())-7)+6
Any Weekday Week - Start From Any day of Week
https://community.powerbi.com/t5/Community-Blog/Any-Weekday-Week-Decoding-Date-and-Calendar-2-5-Power-BI-Turning/ba-p/1187482
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.