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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
Naveen29
Helper II
Helper II

DAX

I would like to hide measure for colum2 and show total at colum1 level in Matrix. How it possible?

 

Naveen29_0-1722556556496.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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.

vnuocmsft_0-1722824311863.png

If you don't want blank lines, you can filter through the filters pane.

 

vnuocmsft_1-1722824444566.png

 

Here is the result.

 

vnuocmsft_2-1722824472372.png

 

Regards,

Nono Chen

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

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.

vnuocmsft_0-1722824311863.png

If you don't want blank lines, you can filter through the filters pane.

 

vnuocmsft_1-1722824444566.png

 

Here is the result.

 

vnuocmsft_2-1722824472372.png

 

Regards,

Nono Chen

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

 

amitchandak
Super User
Super User

@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

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@amitchandak - I wanted to completely hid the values at column2 and show totals at column 1 level regarless of expand /drill down

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

Check out the May 2025 Power BI update to learn about new features.

May 2025 Monthly Update

Fabric Community Update - May 2025

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