Forum Discussion
Anonymous
4 years agoNot applicable
Calculating time difference
I have the following table: I want to add a column that calculates the time difference in hours between each consecutive Updated Date column. How do I do that?
Anonymous
4 years agoNot applicable
Hello Anonymous ,
First create the order with RANKX and then you can do datediff where you filter the second time value rankvalue is -1
Anonymous
4 years agoNot applicable
Hey Anonymous
I actually want the Sum of all those differences of consecutive rows in a measure to display in a card visual.
How do I do the same?