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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
Anonymous
Not applicable

hide collapsed row value for Matrix Visualization

Sample Dataset:

JobNum

JobDescAssigned_to

1

Job AAdam
2Job BBob
3Job CCharlie
4Job DCharlie
5Job EEve
6Job FAdam

Goal:

when Matrix is collapsed there is no value shown for job description. (the blank values shown in M_description but for every row)

Corey_M_0-1743706523694.png

Corey_M_1-1743706792266.png

Attempt so far:

Using a measure to return blank if there is more than 1 associated value as there would be in totals, but this fails when there is only one job associated with a person.

M_Description = IF(HASONEVALUE('Table'[JobDesc]),MAX('Table'[JobDesc]),BLANK())

I feel like there is probably a setting in the visual but I have yet to find it.

1 ACCEPTED SOLUTION
Deku
Super User
Super User

If(

Isinscope( table[JobNum]),

Selectedvalue( table[jobDesc])

)


Did I answer your question?
Please help by clicking the thumbs up button and mark my post as a solution!

View solution in original post

2 REPLIES 2
Deku
Super User
Super User

If(

Isinscope( table[JobNum]),

Selectedvalue( table[jobDesc])

)


Did I answer your question?
Please help by clicking the thumbs up button and mark my post as a solution!
Anonymous
Not applicable

I will caveat that this solution doesn't appear to work if I only use these measures as the values (the entire matrix returns emtpy) but that is not an issue in my use case

Corey_M_1-1743709687467.png

and then it works fine when I add just a regular column.

Corey_M_0-1743709633851.png

 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.