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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ninos-shiba
Resolver I
Resolver I

How to expand a SharePoint list column with no expand icon available?

I have a SharePoint list column that looks like this:

ninosshiba_0-1633636380556.png

I don't see the expand arrows to be able to expand. I added a column using the formula below:

= Table.AddColumn(#"Trimmed Text1", "TCD4 Extract", each try [TCD4]{0} otherwise null)

But that only returns the first list item for each row. How do I get all items, maybe separated by commas, for each record? I want all list items, not just the first one.

1 ACCEPTED SOLUTION
AlexisOlson
Super User
Super User

Instead of [TCD4]{0}, use Text.Combine([TCD4], ", ") to list all of the items separated by a comma.

View solution in original post

1 REPLY 1
AlexisOlson
Super User
Super User

Instead of [TCD4]{0}, use Text.Combine([TCD4], ", ") to list all of the items separated by a comma.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.