Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
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:
| Name | RType | |
| 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?
Solved! Go to Solution.
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
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 19 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 52 | |
| 37 | |
| 31 | |
| 27 |