I have a table in Dataverse where one column is recording status update for record. When any new item created the status becomes "New". when user starts working on it he changes the status to "In-Progress" and when user completes the task, he change the status to "Completed".
Is there anyway through which I can calculate the difference in timings between all status change separately for each record?
Like,
DaysDiff1 = New (created on) - In-Progress (created on)
DaysDiff2 = In-Progress (created on) - Completed (created on)