Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have a SharePoint list column that looks like this:
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.
Solved! Go to Solution.
Instead of [TCD4]{0}, use Text.Combine([TCD4], ", ") to list all of the items separated by a comma.
Instead of [TCD4]{0}, use Text.Combine([TCD4], ", ") to list all of the items separated by a comma.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 94 | |
| 70 | |
| 50 | |
| 40 | |
| 39 |