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
Anonymous
Not applicable

Hide +/- on specific rows on matrix

Hi, I would like to enable drill down only on specific rows on my matrix. 

 

IvanLabianca_2-1663841520155.png

 

Only a few values has to be drilled down, like 'Other' and 'Double Ended'. I would like to hide '+/-' for values like 'fresh' that return blank rows if drilled down. Is it possible ? 

 

Thank you

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

Hi  @Anonymous ,

I created some data:

vyangliumsft_0-1663902114090.png

According to the official documentation, You can also add +/- buttons to the row headers through the formatting pane under the Row headers card, but you cannot specify a Rows, they all disappear or appear together:

Create matrix visualizations in Power BI

If you have an idea about this, you can go to the Power BI Idea to submit a new idea so that people with the same idea can vote for you. I will also vote for you.

 

'fresh' that return blank rows if drilled down

Here are the steps you can follow:

1. Create measure.

Measure 2 =
IF(
    NOT(ISFILTERED('Table'[Affinity1])),
    MAX('Table'[Group]),
    IF(
        FIRSTNONBLANK('Table'[Affinity],1) <> "fresh",MAX('Table'[Group])))

2. Result:

vyangliumsft_1-1663902114094.png

 

Best Regards,

Liu Yang

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

1 REPLY 1
v-yangliu-msft
Community Support
Community Support

Hi  @Anonymous ,

I created some data:

vyangliumsft_0-1663902114090.png

According to the official documentation, You can also add +/- buttons to the row headers through the formatting pane under the Row headers card, but you cannot specify a Rows, they all disappear or appear together:

Create matrix visualizations in Power BI

If you have an idea about this, you can go to the Power BI Idea to submit a new idea so that people with the same idea can vote for you. I will also vote for you.

 

'fresh' that return blank rows if drilled down

Here are the steps you can follow:

1. Create measure.

Measure 2 =
IF(
    NOT(ISFILTERED('Table'[Affinity1])),
    MAX('Table'[Group]),
    IF(
        FIRSTNONBLANK('Table'[Affinity],1) <> "fresh",MAX('Table'[Group])))

2. Result:

vyangliumsft_1-1663902114094.png

 

Best Regards,

Liu Yang

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

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.