Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Calculate elapsed time between rows

I have a date/time column in my table.  I want a new column that will calculate the elapsed time in minutes between rows.  For example, the first row in the new column based on data in the screenshot below would be 30.  Row 2 would be 23.  Row 3 would be 7.  

 

How do I do this?  With DAX by adding a new column in the Excel data model?  Or by adding a Custom Column in Query Editor?  Either/or, I'd need the specific formula/statement spelled out for me to make it work.  

 

2019-07-26 11_53_19-GPS_L55500187 - Power Query Editor.png

Any help would be appreciated.  

1 ACCEPTED SOLUTION
Stachu
Community Champion
Community Champion

you can use advice from @ImkeF  on how to reference previous row in M
https://www.thebiccountant.com/2018/07/12/fast-and-easy-way-to-reference-previous-or-next-rows-in-po...

then you can just subtract one column from another, set its type to duration and remove the previous date column



Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

View solution in original post

1 REPLY 1
Stachu
Community Champion
Community Champion

you can use advice from @ImkeF  on how to reference previous row in M
https://www.thebiccountant.com/2018/07/12/fast-and-easy-way-to-reference-previous-or-next-rows-in-po...

then you can just subtract one column from another, set its type to duration and remove the previous date column



Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors