Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
I am tring to creat a matrix that holds groups from the same column with different combination.
SourceTable
| Group | Type |
| 1 | A |
| 2 | B |
| 3 | A |
Then add them to a matrix row , the type to the column, and a value that counts.
OutPutMatrix
| Group | A | B |
| Group 1 | 1 | |
| Group 2 | 1 | |
| Group 3 | 1 | |
| Group 1 & 3 | 2 | 0 |
Solved! Go to Solution.
@CEllis , You have Create a new table
Group , Group Name
1 , Group 1
2 , Group 2
3 , Group 3
1 , Group 1 & 3
3, Group 1 & 3
Join it with the Source table group and use it in the visual
@CEllis , You have Create a new table
Group , Group Name
1 , Group 1
2 , Group 2
3 , Group 3
1 , Group 1 & 3
3, Group 1 & 3
Join it with the Source table group and use it in the visual
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 77 | |
| 39 | |
| 31 | |
| 29 | |
| 26 |