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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Casperserven1
Helper I
Helper I

Concatenate values from column for export on one row.

Hi - my req requirement is to take a bunch of names and email addresses in my data, limit them down by another column then display the limited data on one line that can be exported into email or MSTeams:

NameemailRType
fred1"fred1@dogs.com"blue
fred2"fred2@dogs.com"blue
fred3"fred3@dogs.com"blue
fred4"fred4@dogs.com"red

 

So if I filter by RType of 'blue' I want to display a row of data that has the following (with a separator of ';') like so:

fred1@dogs.com; fred2@dogs.com ;fred3@dogs.com

 

I am thinking thinking this is a simple requirement but cant quite get it to work - any ideas?

1 ACCEPTED SOLUTION
Ahmedx
Super User
Super User

2 REPLIES 2
Ahmedx
Super User
Super User

pls try this

Screenshot_2.png

Thanks @Ahmedx - that works execept I need unique values, the data sample is not representantive - I have multiple columns and email repeated many time - something like 

 

SUMMARIZE( 'Stakeholder List','Stakeholder List'[Workstream],"email", CONCATENATEX( 'Stakeholder List','Stakeholder List'[StakeholderEmail]," ; "))

but thanks - you have pointed me in the right direction 🙂

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.