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 Everyone,
I have two columns which is a time format HH:MM:SS AM/PM. One is when the order was placed and second when the order was completed. I want to find out how long does it take to complete the order. Please advise.
Thanks.
Solved! Go to Solution.
Hi @Anonymous
Subtract the start time from the end time.
TimeDiff = 'Times'[End] - 'Times'[Start]
Regards
Phil
Proud to be a Super User!
@Anonymous ,
Two way If you need time
Time = [Datetime2] -[Datetime1]
Diff in second= datediff([Datetime1],[Datetime2],second)
Hi @Anonymous
Subtract the start time from the end time.
TimeDiff = 'Times'[End] - 'Times'[Start]
Regards
Phil
Proud to be a Super User!
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.