Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi, Blow is the sample data and I would like to create a summary matrix like second image below. Since there is only 1 item under Group = "NA", is there s way to suppress the header? I've added an arrow pointing to the header row and I would like to remove it. Any suggestions? Much appreciate your help.
Solved! Go to Solution.
Hi @spagad6263
This is the effect of Matrix's hierarchy, with the Group column as the first level of data, and if you want Not request to move up, you have to make it the first level.
Here is my testing.
Group1 = IF([Group] = "NA", "Not request", [Group])Send to = IF([Sent To] = "Not request", BLANK(), [Sent To])
Best Regards,
Yulia Xu
This is what I've and I would like to remove the header for "Not request"
Hi @spagad6263
This is the effect of Matrix's hierarchy, with the Group column as the first level of data, and if you want Not request to move up, you have to make it the first level.
Here is my testing.
Group1 = IF([Group] = "NA", "Not request", [Group])Send to = IF([Sent To] = "Not request", BLANK(), [Sent To])
Best Regards,
Yulia Xu
Thanks for the comments. What I really would like to achieve is not showing the group header for "Not request" - like below
Hi @spagad6263
I ran the testing as follows.
Create a calculated column as follow
Group1 = IF([Group] = "NA", BLANK(), [Group])
Is this the result you expect?
Best Regards,
Yulia Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Ideally would be great to have below matrix, with a subtotal line added.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 48 | |
| 46 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 67 | |
| 32 | |
| 27 | |
| 26 |