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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I need my visuals to display data over time as "Week-End" Date. I've included what I have in my date table and a sample graph. "Week Number" isn't very telling in and of itself, so I need the visual to display that week is "3/7/2020." My weeks run Sun-Sat.
This file has a calendar, where weekend date has been calculated .refer
https://www.dropbox.com/s/d9898a48e76wmvl/sales_analytics_weekWise.pbix?dl=0
Week End date = DATEADD('Date'[Date],7-1*WEEKDAY('Date'[Date]),DAY)