ID | Status Time | Stage | Status |
C11 | 01-04-2018 | Screening | Pending |
C11 | 02-04-2018 | Screening | Rejected |
C11 | 03-04-2018 | Screening | Pending |
C11 | 04-04-2018 | Screening | Pending |
Hi Guys ,
Need Help on DAX
I have above Transaction , As you can see for Stage "Screening " there are mutiple Status " Pending" for ID "C11".
I need to get Max of Pending Based on Status Time in same table with different column ( like Flag or something ).
Output should be C11 , "04-04-2018","Screening","Pending"
Please help me to retrive this using DAX or any other Method .
Advance Thanks .