Forum Discussion
Anonymous
5 years agoNot applicable
Date
I have two columns - quantity and date
i want to find the date when max quantity was sold?
Hi Anonymous ,
Or do like this.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- amitchandak
Super User
Anonymous , Try this
lastnonblankvalue(Table[Qty],max(Table[date]))
- v-lionel-msft
Community Support
Hi Anonymous ,
Or do like this.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.