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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
yuching_chang
Helper II
Helper II

How to hide a row in Matrix based on selection of a multi-select slicer?

Hi there

 

I have a multi-select slicer "Level", and a matrix with Collab Name, Description in Row, and Week in Column

Capture3.PNG

 

And Description is always blank for Level 1

Capture4.PNG

 

So when other levels are selected with Level 1, users will see many blanks under Description...wondering if there's any way or dax to hide row - Description when Level 1 is selected?

 

Some workarounds I've known and don't prefer unless there's no other way, considering user experience and future maintenance:

1. Drill up to only show Collab Name, and ask users to only drill down when Level 1 is not selected

2. Use Bookmarks

 

Thanks

1 ACCEPTED SOLUTION
v-rzhou-msft
Community Support
Community Support

Hi @yuching_chang 

I think you want to hide description when you select level1 in Level.

Your requirement is to get a dynamic showing in description.

However your description is in your Matrix Rows, we couldn't add a measure in Matrix Rows.

Here I have some advice:

You can hide description column manually.

When you select Level 1, reduce the size of description by yourself.

Don't forget turn off the word wrap in column header and row header.

2.png

Or you can build a bookmark.

 

Best Regards,

Rico Zhou

 

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
v-rzhou-msft
Community Support
Community Support

Hi @yuching_chang 

Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or you are still confused about it, please provide me with more details about your table and your problem or share me with your pbix file from your Onedrive for Business.

 

Best Regards,

Rico Zhou

v-rzhou-msft
Community Support
Community Support

Hi @yuching_chang 

I think you want to hide description when you select level1 in Level.

Your requirement is to get a dynamic showing in description.

However your description is in your Matrix Rows, we couldn't add a measure in Matrix Rows.

Here I have some advice:

You can hide description column manually.

When you select Level 1, reduce the size of description by yourself.

Don't forget turn off the word wrap in column header and row header.

2.png

Or you can build a bookmark.

 

Best Regards,

Rico Zhou

 

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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors