Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
PetrK
Helper II
Helper II

Combine all result if Lookupvalue to one

Hi all, please for help.

I have two tables,
table A

PetrK_0-1712655408762.png

 

Table B

PetrK_1-1712655447696.png

 


I'm looking for formula which will for each Product in Table A find all projects in Table B a put them to column "used in project" as you can see in result Table A

result Table A

PetrK_2-1712655466795.png

 

Thank you for help

 

1 ACCEPTED SOLUTION

you can also try this

Column = CONCATENATEX(RELATEDTABLE('Table B'),'Table B'[project],",")
12.PNG
 




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

3 REPLIES 3
ryan_mayu
Super User
Super User

@PetrK 

you can create a measure

 

Measure = CONCATENATEX('Table B','Table B'[project],",")
 
and so item with no data
11.png
13.PNG
 
or you can do merge tables in PQ
11.png
 
 
then group by
 
= Table.Group(#"Changed Type", {"product used in project"}, {{"project", each Text.Combine([project],","), type nullable number}})
 
12.PNG
 
pls see the attachment below




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




thank you,
at real table A and B are much more comlex and PQ cant be used because some important columns are add/modified by dax formulas.
And I need get used projects to table A column, because reasult will be used in slicer. 

you can also try this

Column = CONCATENATEX(RELATEDTABLE('Table B'),'Table B'[project],",")
12.PNG
 




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.