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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Matrix nested rows - hiding values that are in subrows

Hi All,
I have a matrix that it has nested rows. Is it possible to see just the bold numbers and 'hide'(remove) the other values that are corresponding to the nested rows?

dandreev_0-1723043457189.png

 

1 ACCEPTED SOLUTION
mickey64
Super User
Super User

For your reference.

 

M_Sum = IF(HASONEVALUE('Data'[Company]),BLANK(),SUM(Data[Daily Sales ( Through a measure)]))

 

M_HNV = HASONEVALUE(Data[Company])

mickey64_0-1723045302620.png

 

 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

@mickey64, this is exactly what I needed. Thank you, very much for the solution!

audreygerred
Super User
Super User

When you hover on the visual you should see some icons appear in upper right or lower right of the visual. If you click the first one (an up arrow) it will collapse the indented column and only show the bold items. Then, the user can expand using the + icon or the icons that appear when they hover. If you don't want them nested at all, remove that field from the rows of your matrix.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





mickey64
Super User
Super User

For your reference.

 

M_Sum = IF(HASONEVALUE('Data'[Company]),BLANK(),SUM(Data[Daily Sales ( Through a measure)]))

 

M_HNV = HASONEVALUE(Data[Company])

mickey64_0-1723045302620.png

 

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors