Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Solved! Go to 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])
Best Regards,
Yulia Xu
This is what I've and I would like to remove the header for "Not request"
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])
Best Regards,
Yulia Xu
Thanks for the comments. What I really would like to achieve is not showing the group header for "Not request" - like below
Hi @spagad6263
I ran the testing as follows.
Create a calculated column as follow
Group1 = IF([Group] = "NA", BLANK(), [Group])
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.
Ideally would be great to have below matrix, with a subtotal line added.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
104 | |
98 | |
97 | |
38 | |
37 |
User | Count |
---|---|
153 | |
122 | |
75 | |
73 | |
64 |