Forum Discussion
Giavo
8 years agoHelper III
DATEDIFF between Rows and GROUP BY
Hello everybody. 2 DAX Questions about DATEDIFF. 1)I need to find the difference in minutes between the rows of "DateTime" column 2)I need to find the difference in minutes between the rows of "Dat...
- 8 years ago
here is the output i see on my end from your data
Phil_Seamark
8 years agoMicrosoft Employee
- Giavo8 years agoHelper III
after having the first formula (datediff between row and row+1), i would like to see if i can sum this Minutes(datediff) for each "IWC Number". thanks