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.
i need to calculate datedifference between two dates considering friday off. As i used formula for delay is
"" delay = DATEDIFF(Sheet1[forecasted finish],Sheet1[baseline Finish],DAY) """
baseline Finish forecasted finish delay
20 June 2024 | 16 November 2024 | -149 |
Solved! Go to Solution.
Hi @Anonymous ,
try like:
Hi @Anonymous ,
try like: