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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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