Forum Discussion

power_roboter's avatar
power_roboter
Frequent Visitor
5 years ago
Solved

Find Next Row by datetime

Hi experts,
I'm trying to find with dax for each row (each row represents a request) the next row based on the column "created".

 

 

Example:

For the first row with the requestId "fd8af..." the nextRequestId should be "548ea...".

 

Could you please help how to calcuate this with dax?

I tried Calculate(min(requests(created), ALLEXCEPT(requests,requests[userId]) Filter....) but this doesnt work.

 

2 Replies