This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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.
Any help would be appreciated.
Solved! Go to Solution.
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
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
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |