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 All,
As per the screenshot, I want the total hours based on start to completion date (Note:- some of the completion dates are not available that time take the current date, and also weekends are not counted like Saturday, Sunday)
If anybody knows, please help me. Thanks
Solved! Go to Solution.
INT((COALESCE([Completion Date],NOW())-[Start Date]*24)
INT((COALESCE([Completion Date],NOW())-[Start Date))*24)
Excluding weekend days adds a lot (A LOT) of complexity. You need to define what should happen when the start date or the completion date fall on a weekend day.
Thanks for sharing the information, But It's showing an error message. (Note:- I remove the last two Brackets)
INT((COALESCE([Completion Date],NOW())-[Start Date]*24)
User | Count |
---|---|
10 | |
9 | |
7 | |
4 | |
4 |