Forum Discussion
AndyJ001
3 years agoFrequent Visitor
Return multiple values from lookup
Does anyone know if there is a way to lookup a value in a table and return multiple values split by comma in another column?
- 3 years ago
Hi,
if there is no relationship between two tables you should do it on this way:
tbl image
then:
baghdadi62
3 years agoResolver III
Hi,
if there is no relationship between two tables you should do it on this way:
tbl image
then:
- AndyJ0013 years agoFrequent Visitor
Hi baghdadi62 thank you for your reply, this is what i have
Column = CONCATENATEX(FILTER(Issues,Issues[IssueLinks.LINKED_ISSUE_KEY]),Issues[Organizations_14102.Organizations],",")Its now telling me i cant convert the value to true or false, any ideas? both columns are in the same data set but it should be returning many Organizations against a linked key but it doesnt seem to be working, any ideas?thank you again for your help