Join 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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello, this is not as simple as it sounds. Lets say I have data :
| Type | Value |
| a | 5 |
| a | 20 |
| b | 15 |
| b | 10 |
| c | 15 |
| c | 30 |
And I want a matrix like this :
| Type 1 | Type 2 |
| value | value |
| value | value |
Where the types columns are linked to a dropdown where you can select a, b or c.
Is this possible?
Solved! Go to Solution.
Hi @314mp_M0th4 ,
If you want to create a matrix visual that do not aggregate your data, you need to add an column for row field:
Output:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @314mp_M0th4 ,
If you want to create a matrix visual that do not aggregate your data, you need to add an column for row field:
Output:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks! I also found that I am a dummy and by using basic filtering on page from the filtering pane you get the same result as using a dropdown.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 52 | |
| 51 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 92 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |