Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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
User | Count |
---|---|
84 | |
75 | |
73 | |
42 | |
36 |
User | Count |
---|---|
114 | |
56 | |
52 | |
43 | |
42 |