Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Calculating time difference between rows with slicers

I have a DAX formula that is calculating the time difference between each consecutive row in a table visulaization. It works when I have only one process selected, but when I select multiple processe...
  • mahoneypat's avatar
    6 years ago

    It looks like it is correctly calculating the difference between rows (regardless of the Process).  If you'd like to keep the Process in context, you need to add VALUES('Main Table'[Process]) to your Calculate().

     

    If this works for you, please mark it as solution.  Kudos are appreciated too.  Please let me know if not.

    Regards,

    Pat