This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi,
I have a table like this
| Project | Member |
| A | Tim |
| A | Tess |
| A | Jan |
| B | Tim |
| B | Stan |
| C | Jan |
| C | Tim |
I want to know
- the posible combinations of members for each project
- how many projects there are for member "Tim" (for example)
- which combinations of members there are when i select a teammember
Thanks for your answer.
Only the last question for the combination for the posible teammembers doesn't work
I made an independent table with "NewTable = DISTINCT(table[members])
After that the measure:
concatenatex(Filter(Table, Table[Member] in allselected(NewTable[Member]) ) , Table[member], " | ")
But this gives the next result
@Anonymous ,
- the posible combinations of members for each project
a measure with project , concatenatex(Table, Table[member], ",")
- how many projects there are for member "Tim" (for example)
count(Table[Project]) with member in visual use filter/slcier for time
- which combinations of members there are when i select a teammember
for that use an independent table having member list
concatenatex(Filter(Table, Table[Memeber] in allselected(Memeber[Memeber]) ) , Table[member], ",")
Need of an Independent Table in Power BI: https://youtu.be/lOEW-YUrAbE
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 27 | |
| 25 | |
| 22 | |
| 20 | |
| 14 |
| User | Count |
|---|---|
| 51 | |
| 47 | |
| 23 | |
| 18 | |
| 18 |