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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. 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

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
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

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! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

Check out the November 2024 Power BI update to learn about new features.