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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Extract multiple values from List (no "name" field available like shown on other examples)

Hi, 

 

I have tried to look up for other similar posts but I couldnt find an appropriate solution to my issue, this is why I am creating a new post, hoping I can get some support. 

 

I have a column in my Power BI, extracted from a SharePoint multiple choice column online list, that is composed of list items: 

Nialpel0689_0-1663796575286.png

When I click on the "List" , it show me this: 

Nialpel0689_1-1663796615051.png

The values from the multiple choice column the user has selected and their relevant indexes. 

 

I want to extract those values (all) and get them in one row. 

 

I found this formula and I have tried it with a costum column but it gives me only one value relevant to the index: 

= Table.AddColumn(#"Removed Columns1", "Custom", each [Trainings and certifications]{1})

Nialpel0689_2-1663796771445.png

I have tried to apply an array of indexes to get all the values but I couldnt figure out the proper way I suppose, it was showing me an error. 

 

I would greatly appreciate help on this, 

 

Thank you very much in advance.

 

1 ACCEPTED SOLUTION
Greg_Deckler
Community Champion
Community Champion

@Anonymous When you click the diverging arrows, select Extract Values instead of Expand to Rows. 



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

6 REPLIES 6
Greg_Deckler
Community Champion
Community Champion

@Anonymous When you click the diverging arrows, select Extract Values instead of Expand to Rows. 



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

@Greg_Deckler  Thank you very much! it's perfect , no need coding - the "diverging arrows" button is pretty amazing ! I didnt even notice it before you have mentioned it , thank you so much! 

jbwtp
Memorable Member
Memorable Member

Hi @Anonymous,

 

I think you may need to do omething like:

each Text.Combine([Trainings and certifications]) rather then each [Trainings and certifications]{1}

This creates a string of all values separated by comma. Is this what you mean by get them in one row?

 

Cheers,

John

Anonymous
Not applicable

@jbwtp  Yes! that's it, it works. 
I have them all in one row 🙂 however they are not separated with comma... 

It shows me this : 

Nialpel0689_0-1663798103199.png

 

Any idea on how to include the comma between values?  

Sorry, of course this should be 
each Text.Combine([Trainings and certifications], ", ") 

Anonymous
Not applicable

@jbwtp  thank you very much! Its great 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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 Kudoed Authors