Forum Discussion
Ratso
2 years agoFrequent Visitor
Calculating time between 2 different columns
Hello, I am sure this question has been asked million of times but I can't seem to find the solution and to be honest it is driving me insane. I have two columns with time stamps in a Appended Data...
- 2 years ago
Have you tried taking a simple difference and setting the column type to Time?
'Appended Data'[Next Start Time] - Appended Data'[INVOICE CREATED]Note: If processing time can be longer than 24 hours, this might not be a good approach.
Ratso
2 years agoFrequent Visitor
Many thanks, will give it a go 😃