This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
I would like to hide measure for colum2 and show total at colum1 level in Matrix. How it possible?
Solved! Go to Solution.
Hi @Naveen29
@amitchandak Thank you very much for your prompt reply, please allow me to share some content here.
You can do this by creating a measure.
Measure 2 =
SUMX(
ALL('Table'),
'Table'[Measure]
)
Create a matrix.
If you don't want blank lines, you can filter through the filters pane.
Here is the result.
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Naveen29
@amitchandak Thank you very much for your prompt reply, please allow me to share some content here.
You can do this by creating a measure.
Measure 2 =
SUMX(
ALL('Table'),
'Table'[Measure]
)
Create a matrix.
If you don't want blank lines, you can filter through the filters pane.
Here is the result.
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Naveen29 , You have the expand and collapse button in Matrix visual you can use those. Or you can use drill up and drill down
https://learn.microsoft.com/en-us/power-bi/visuals/desktop-matrix-visual
@amitchandak - I wanted to completely hid the values at column2 and show totals at column 1 level regarless of expand /drill down
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 34 | |
| 31 | |
| 25 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 49 | |
| 28 | |
| 23 | |
| 23 |