I am trying to do this in a power pivot table.
The table is large but not a lot of fields.
List of emp names and calls by date.
Row contains Name, Number called and Start Time and End Time per each call (I calculate this from Duration in Sec field).
What I need to do is calculate the time between (difference) for each End Time and the next Start Time so one row down.
This would also need to be contained within Day and Emp Name.
So like this:
Bob 5-29-2012 999-999-9999 11:20 AM 11:45 AM 0:25:00
Bob 5-29-2012 123-999-3333 1:20 PM 1:30 PM 0:10:00
So here the difference is 1:35:00. I'm thinking CALCULATE with some type of offset but not sure if it can work.
The table is large but not a lot of fields.
List of emp names and calls by date.
Row contains Name, Number called and Start Time and End Time per each call (I calculate this from Duration in Sec field).
What I need to do is calculate the time between (difference) for each End Time and the next Start Time so one row down.
This would also need to be contained within Day and Emp Name.
So like this:
Bob 5-29-2012 999-999-9999 11:20 AM 11:45 AM 0:25:00
Bob 5-29-2012 123-999-3333 1:20 PM 1:30 PM 0:10:00
So here the difference is 1:35:00. I'm thinking CALCULATE with some type of offset but not sure if it can work.