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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
pandeyamitk
New Member

Expend Table column in one row

We have a table in power which contains list of data and table inside column. I need to expand all the column but duplicaiton row should not be created. However the table inside column (Project_Member) contains 3 or more rows. Whenever we try to expend column table with selected column it is multiplying with number of rows listed in column (Proejct_Member) table. I am looking to have one original row for each but table column values should be concatinated using separator ", ". 

 

Here is attached screenshot.

 

pandeyamitk_0-1680168024281.png

Expected Reslult -

We need result link this in columns

pandeyamitk_1-1680168051350.png

Thank you

Amit

1 REPLY 1
ChielFaber
Super User
Super User

For both columns you could use the technique described in the following blogpost by GorillaBI:

 

https://gorilla.bi/power-query/group-by-to-concatenate-text/

 

It uses the group by function with the Text.Combine function in Powerquery. The output will be the result your looking for albeit that the example is just for one column. You could adjust the code to use it for two columns.


[Tip] Keep CALM and DAX on.
[Solved?] Hit “Accept as Solution” and leave a Kudos.
[About] Chiel | SuperUser (2023–2) |

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors