Forum Discussion
beans518
2 years agoNew Member
How to remove value headers without removing total header in matrix?
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 tri...
- 2 years ago
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
Ray_Minds
2 years agoSolution Supplier
Create Measure = if (AND (ISINSCOPE(Orders[Segment], selectedvalue(Orders[Region]) = "west"), Blank(), sum(Orders[sales]))