There is a way to do it now, but it’s really hacky and requires that your data is in regular intervals. Essentially you query the data twice, time-shift the 2nd set by the data’s interval, and then join the two sets together. It can be a very brittle operation.