Forum Discussion

ddalton's avatar
ddalton
Resolver I
4 years ago
Solved

How to get first value from multiple value LOOKUPVALUE function

Is it possible to get just one value from a multi-value LOOKUPVALUE result? (i.e., is there another function that can handle this?)   I have a table (Table1) that contains rows with non-unique ID v...
  • ddalton's avatar
    ddalton
    4 years ago

    Okay, NickolajJessen, with your help (and similar threads on this community), I have this solution:

     

    LOOKUPALT = CALCULATE(FIRSTNONBLANK(Table1[Value2], TRUE()), FILTER(Table1, Table1[ID] = Table2[ID]))