Forum Discussion

odzelashvili1's avatar
5 years ago
Solved

Time difference measure by one column

Hello PBI community 🙂   My table has this view:   I want to see what is difference between VISIT_CREATE and VISIT_END.   For this task, I'm using DATEDIFF function, which really works: ...
  • amitchandak's avatar
    5 years ago

    odzelashvili1 , Try a measure like

     

    AverageX(Values(MainTable[Visit ID]), [WD_create_to_end])