Forum Discussion

bdusen's avatar
bdusen
New Member
1 year ago
Solved

Look Up Comma Delimited Values in a Cell

Hi all,   I've read dozens of other responses across these and other forums and I'm trying to figure out the best solution. I'm building reporting views off of massive data extract files that are p...
  • SamWiseOwl's avatar
    1 year ago

    Do you want the output to be a calculated column or a measure?

    Also have you tried Fuzzy Merge in the Query editor?

     

    Assuming you split the Reviewer onto seperate rows then joined to the userid:

     

    Cross filter lets the Many side of the join filter the 1 side.

    So for each Item show the matching users.

     

    For the same outcome but using a calculated column without unpivoting:

    Apply a filter to the contacts table and test if the current row is within the current reviewer column.