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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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
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!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.