Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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?
Solved! Go to Solution.
Hi,
if there is no relationship between two tables you should do it on this way:
then:
You're welcome. It seems that a conditional statement is not defined in your Filter() function and only the field name has been mentioned.
Thank you again for your help, this is now what i have
Column = CONCATENATEX(FILTER(Issues,Issues[IssueLinks.LINKED_ISSUE_KEY]=Issues[IssueLinks.LINKED_ISSUE_KEY] ,Issues[Organizations_14102.Organizations],",")
what i am trying to do is bring back multiple Organizations against the linked issue key so like using lookupvalue to bring back multiple values split by a comma in one column.
Second parameter of Filter() function is not correct, I see both side of the equal sign are the same.
Issues[IssueLinks.LINKED_ISSUE_KEY]=Issues[IssueLinks.LINKED_ISSUE_KEY]
@baghdadi62 i now haver this
It seems that both side of the equal sign are columns of one table that not correct.
Hi,
if there is no relationship between two tables you should do it on this way:
then:
Hi @baghdadi62 thank you for your reply, this is what i have
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
25 | |
18 | |
17 | |
17 | |
16 |
User | Count |
---|---|
28 | |
27 | |
18 | |
14 | |
14 |