Forum Discussion

learner03's avatar
learner03
Post Partisan
3 years ago
Solved

Output based on Latest timestamp

I have this table-

I need to get picker name column in Sales order table in such a way that the name of the picker should be the one picking currently or  the one who picked last.

I used the column as -

User Name = var Orderno=SalesOrder[order no]
return
calculate(MAX(History[Picker]),filter(History,History[order no]=Orderno))
 
but not getting the desired output.

Sales order table

 

3 Replies