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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live 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!
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
| User | Count |
|---|---|
| 47 | |
| 45 | |
| 33 | |
| 33 | |
| 30 |
| User | Count |
|---|---|
| 138 | |
| 118 | |
| 59 | |
| 58 | |
| 56 |