IK
Size: a a a
IK
DS
Measure =
VAR ZeroDate = DATE(2020, 01, 01)
VAR StartDate = MIN('Table'[DateStart])
VAR EndDate = MIN('Table'[DateEnd])
VAR DeltaInDays = DIVIDE(DATEDIFF(StartDate, EndDate, SECOND), 86400)
VAR DeltaFormatted = FORMAT(ZeroDate + DeltaInDays - 1, "dd hh:nn:ss")
RETURN DeltaFormatted
IK
DS
DS
YB
MZ
MZ
SP
MZ
IK
UV
MZ
AK
MZ
MZ
KT
DS
DS
KT