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!Get Fabric certified for FREE! Don't miss your chance! Learn more
Hi friends,
I have a input and showing those in table visual, but its coming like this
| Name | Subject | Percentage | Result |
| Satish | Maths | 75 | pass |
| Satish | English | 60 | pass |
| Satish | Science | 60 | pass |
| Arun | Maths | 45 | pass |
| Arun | English | 50 | pass |
| Arun | Science | 30 | Fail |
| Ella | Maths | 45 | pass |
| Ella | English | 50 | pass |
| Ella | Science | 30 | Fail |
But I want the result to show like this.
| Name | Subject | Percentage | Result |
| Satish | Maths | 75 | pass |
| English | 60 | pass | |
| Science | 60 | pass | |
| Arun | Maths | 45 | pass |
| English | 50 | pass | |
| Science | 30 | Fail | |
| Ella | Maths | 45 | pass |
| English | 50 | pass | |
| Science | 30 | Fail |
Please let me know how to achieve that.
Thanks in advance.
Solved! Go to Solution.
Hi,
To achieve the result, you need to use a Matrix Visual, and not a Table Visual. Add Name and Subject to rows; Percentage and Result to Values.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi,
To achieve the result, you need to use a Matrix Visual, and not a Table Visual. Add Name and Subject to rows; Percentage and Result to Values.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 68 | |
| 59 | |
| 44 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 104 | |
| 102 | |
| 37 | |
| 26 | |
| 25 |