Dear all, I have a question about DAX. I Googled all over,didn't have the answer, and u guys are my last hope.
Here is two sets of data.
Set 1 order level pull
Load number Order number status
123 1 Hot
123 2
123 3
234 1 Delay
234 2
345 1 Expedited
345 2
345 3
So in the load level data set below, if any one order has a status, then this load needs to show status. In the old vlookup, u can directly pull the first non blank row in order level status. But tried lookupvalue in dax, I cannot make it work. This is not a number, so I cannot use the calculate, can u please help to see weather there is a dax formula I can try? Thank you!!!
Load number Status
123 ?
234. ?
345. ?
Here is two sets of data.
Set 1 order level pull
Load number Order number status
123 1 Hot
123 2
123 3
234 1 Delay
234 2
345 1 Expedited
345 2
345 3
So in the load level data set below, if any one order has a status, then this load needs to show status. In the old vlookup, u can directly pull the first non blank row in order level status. But tried lookupvalue in dax, I cannot make it work. This is not a number, so I cannot use the calculate, can u please help to see weather there is a dax formula I can try? Thank you!!!
Load number Status
123 ?
234. ?
345. ?