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.
Hi I have a table with dates that only show the last day of the month but I need the values in this table to show up in a visual that uses dates that only have weekdays in them. Essentially I just need to create a date column that takes 2 days off the given date if the day of the week name is Saturday or Sunday. This is the formula I am using but its not working. Any help would be great! tHANKS!
Solved! Go to Solution.
@CiaraCaryl Try:
Last Work Day = IF('Finance Budgets'[Day Name]="Saturday" || "Sunday", ( 'Finance Budgets'[Budget Date] -2 ) * 1., 'Finance Budgets'[Budget Date])
@CiaraCaryl Try:
Last Work Day = IF('Finance Budgets'[Day Name]="Saturday" || "Sunday", ( 'Finance Budgets'[Budget Date] -2 ) * 1., 'Finance Budgets'[Budget Date])
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.