Forum Discussion
How can I track multiple time differences simultaneously based on another column?
One quick question - what datetime locale is that data from?
Also - do you need this as a measure or is a calculated column enough ( I assume it is)?
Hi,
Times are Eastern European Standard Time and a calculated column is exactly what I'm looking for.
- lbendlin5 years agoSuper User
Then the DAX I posted should work. Adjust it to your actual table name.
- Anonymous5 years agoNot applicable
It works perfectly! Thank you very much!
I also need to calculate duration when the person is working on any position. Should I make a separate forum post on this?
I updated the sample date. What I need to calculate is the data in the "Working time" column.
Each entry has its own ID number ("ID column") so this can be used and when positions are combined, they get the same ID number. I need to calculate everything else except "OFFWORK", "BREAK" and "OFFICE".