Forum Discussion
pmadam
6 years agoHelper II
DAX Help
From below screenshot how do i get col_orderstatus of max col_orderid number for same col_tnumber Thanks, Prathy
- Anonymous6 years ago
Hi pmadam ,
Please try the below measure, it works on my desktop:
CALCULATE(MAX('Table (5)'[Status]),FILTER('Table (5)','Table (5)'[Orderid] = CALCULATE(MAX('Table (5)'[Orderid]),ALLEXCEPT('Table (5)','Table (5)'[Number]))))Aiolos Zhao
Anonymous
6 years agoNot applicable
Hi pmadam ,
Please try the below measure, it works on my desktop:
CALCULATE(MAX('Table (5)'[Status]),FILTER('Table (5)','Table (5)'[Orderid] = CALCULATE(MAX('Table (5)'[Orderid]),ALLEXCEPT('Table (5)','Table (5)'[Number]))))
Aiolos Zhao