Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join 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

Reply
spagad6263
Post Patron
Post Patron

How to suppress group header for a particular group?

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.

 

spagad6263_2-1707788739625.png

 

spagad6263_3-1707788854984.png

 

 

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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])

 

vxuxinyimsft_1-1708507574210.png

 

Best Regards,
Yulia Xu

View solution in original post

5 REPLIES 5
spagad6263
Post Patron
Post Patron

This is what I've and I would like to remove the header for "Not request"

 

spagad6263_1-1707905869621.png

 

Anonymous
Not applicable

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])

 

vxuxinyimsft_1-1708507574210.png

 

Best Regards,
Yulia Xu

spagad6263
Post Patron
Post Patron

Thanks for the comments. What I really would like to achieve is not showing the group header for "Not request" - like below

 

spagad6263_0-1707905629780.png

 

Anonymous
Not applicable

Hi @spagad6263 

 

I ran the testing as follows.

 

Create a calculated column as follow

Group1 = IF([Group] = "NA", BLANK(), [Group])

 

vxuxinyimsft_0-1707903717769.png

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.

spagad6263
Post Patron
Post Patron

Ideally would be great to have below matrix, with a subtotal line added.

spagad6263_0-1707790266624.png

 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.