Forum Discussion

MikeLanglois's avatar
MikeLanglois
Frequent Visitor
4 years ago
Solved

Find time difference (hh:mm:ss) between two datetimes

Hey all,

 

I am probably missing something stupidly easy, but I have two columns:

 

Date 1Date 2
31/01/2022 08:12:0131/01/2022 09:32:46
31/01/2022 08:10:5331/01/2022 08:12:26
31/01/2022 07:58:5031/01/2022 08:03:30

 

What I am trying to achieve is a column or measure that can tell me the difference between these two fields, for example it would look like:

Date 1Date 2Difference
31/01/2022 08:12:0131/01/2022 09:32:4601:20:45
31/01/2022 08:10:5331/01/2022 08:12:2600:01:33
31/01/2022 07:58:5031/01/2022 08:03:3000:04:40

 

But I cant seem to make this happen? When I try a measure of simply date2-date1, it doesnt work. Datediff doesnt let me choose my date1/2 fields to put into the measure. I add a column into the data query to generate it row by row but when I try to convert that value to time it errors saying it cant be done on a direct query dashboard?

 

Any help greatly appreciated!

2 Replies