Forum Discussion

Ratso's avatar
Ratso
Frequent Visitor
2 years ago
Solved

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...
  • AlexisOlson's avatar
    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.