Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.