Forum Discussion
Look Up Comma Delimited Values in a Cell
- 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.
Hi bdusen ,
Attached demo file based on your demo data.
Steps:
1) table Reviews, split user id column and then unpivot to get 2 columns: item id, user id
2) create relationship between Reviews and Contacts. Contacts will have 1 value of User Id, Reviews will have multiple
3) create additional column in dax in Reviews table:
4) finally, create new table based on dax expression:
Yes, it is new table, but at least for start with something 🙂
Cheers,
Nemanja