March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe 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
I have a matrix that looks like this
and I want to remove "Store Count" and "Total Session Count" labels without affecting the labels under Total.
This is what I'm aiming for
I tried turning off the text wrap and adjusted the column width until they disappear, but the output looks uneven and off.
Solved! Go to Solution.
Hi @beans518
Unfortunately, we don't have this functionality, there is an idea about the issue you can vote for it here :
https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=dff9e410-4965-eb11-8fed-281878de77da
As an alternative:
1. you can edit the total on the first row like :
2.( Less recommended) put a rectangle with the background color
The problem with this is that a rectangle is a static object, if the matrix has a horizontal scroll this will be the problem
The pbix with the example is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Create Measure = if (AND (ISINSCOPE(Orders[Segment], selectedvalue(Orders[Region]) = "west"), Blank(), sum(Orders[sales]))
Hi @beans518
Unfortunately, we don't have this functionality, there is an idea about the issue you can vote for it here :
https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=dff9e410-4965-eb11-8fed-281878de77da
As an alternative:
1. you can edit the total on the first row like :
2.( Less recommended) put a rectangle with the background color
The problem with this is that a rectangle is a static object, if the matrix has a horizontal scroll this will be the problem
The pbix with the example is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Thank you for the suggestion, that's what I needed! But is there a way to make the white vertical lines make gray as well? It looks like this now.
Unfortunately, you cannot eliminate the gridlines, but you can make them less noticeable by setting the horizontal grid color to the background color.
I recommend avoiding background colors for column headers altogether and instead using the lightest possible background. This is because color is a very strong element that draws attention and can be overwhelming for the mind.
Something like :
or:
The pbix with all examples is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
I see, thank you for this solution!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |