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 all,
I would like to make a calculated column with N referenced values.
I have this three tables:
Projects:
Resources:
Asignments:
An this is the matrix I need:
Anyone can help me on how to calculate this matrix cells?
Many thanks
Solved! Go to Solution.
Hi @jfranch ,
Create the following measure:
Projects = CONCATENATEX(Assignments;RELATED(Projects[Name]);",")
Check PBIX file attach.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @jfranch ,
Create the following measure:
Projects = CONCATENATEX(Assignments;RELATED(Projects[Name]);",")
Check PBIX file attach.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsMany thanks,
Works like a charm!
Best regards
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 | |
| 23 | |
| 21 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 53 | |
| 42 | |
| 30 | |
| 24 |