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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

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

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

 

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

 

v-xuxinyi-msft
Community Support
Community Support

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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

Feb2025 NL Carousel

Fabric Community Update - February 2025

Find out what's new and trending in the Fabric community.