Forum Discussion
rogerdea
4 years agoHelper IV
DateTime difference to previous date/time
I am trying to calculate the difference in minutes between the date/time values in my table, to end up with a new column called "Diff" like in the example below. I looked at similar example...
rogerdea
4 years agoHelper IV
I figured out why it wasn't working. I had a filter on the data which the code ignores, so the DAX is actually fine.
Is it possible to remove the REMOVEFILTERS part and have it working so that the dates dynamically change according to what filters are being used? I tried deleting that part but the calculation broke.