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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

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
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.