Forum Discussion

NB689's avatar
NB689
Icon for Helper I rankHelper I
4 years ago
Solved

Summing Differences in Login/Logout Times

I have created a measure that sums the number of days (counting calendar dates, not full 24 hour days) by using the following: Days Duration = SUMX ( Sheet1, DATEDIFF ( Sheet1[Logi...
  • vapid128's avatar
    4 years ago

    Why don't you just add colnum?

     

    your +1 is not correct.

     

    Days Duration = SUMX (
    Sheet1,
    DATEDIFF ( Sheet1[Login], Sheet1[Logout], Day )+1