Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
126 | |
111 | |
73 | |
64 | |
46 |