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
Antmkjr
Helper V
Helper V

Levels in drill down

AnuTomy_0-1629196837653.png

 

I have a matrix with drill down option, for some categories there are 4 levels in the drill down where as for some others only 2 levels.

For the ones with only 2 levels , for eg in this case Write Off , i dont want blank to be displayed in 3rd and 4th level, how to do this?

 

 

Sample file attached:

 

https://drive.google.com/file/d/1GxPiajMP6seQSnRFa7eLVlJdm9Hvri8w/view?usp=sharing

 

Dont want these blank rows to appear

 

AnuTomy_0-1629198125825.png

 

 

1 ACCEPTED SOLUTION

Hide Blank Level 3 & 4 = SWITCH ( TRUE (), ISINSCOPE ( Mapping[Sub Classification (Malls) 1] ) && ISBLANK ( SELECTEDVALUE ( Mapping[Sub Classification (Malls) 1] ) ), BLANK (), ISINSCOPE ( Mapping[Sub Classification 2] ) && ISBLANK ( SELECTEDVALUE ( Mapping[Sub Classification 2] ) ), BLANK (), SUM ( 'Table'[Column1] ) )

View solution in original post

8 REPLIES 8
v-henryk-mstf
Community Support
Community Support

Hi @Antmkjr ,

 

According to your description, it is temporarily impossible to directly delete the blank lines on the third and fourth levels. If you delete empty rows through the "filter" function, the entire matrix visual will be affected.

vhenrykmstf_0-1629340585473.png

 

I think the best way is to use the "+ -" button to not expand the rows that do not meet the conditions. The reference is as follows:

vhenrykmstf_2-1629340637540.pngvhenrykmstf_3-1629340648763.png

 

Hope to help you solve the problem.


Best Regards,
Henry


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

Manually hide you mean?

Hi @Antmkjr ,

 

Yes, manually hide.


Best Regards,
Henry


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

No other way?>

Hi @Antmkjr ,

 

So far this is the best solution. If you have other ideas. You can post your idea here: Ideas - Microsoft Power BI Community

If there are a lot of votes, Microsoft will officially add this feature in the next update, hope it will help you.


Best Regards,
Henry


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

Hide Blank Level 3 & 4 = SWITCH ( TRUE (), ISINSCOPE ( Mapping[Sub Classification (Malls) 1] ) && ISBLANK ( SELECTEDVALUE ( Mapping[Sub Classification (Malls) 1] ) ), BLANK (), ISINSCOPE ( Mapping[Sub Classification 2] ) && ISBLANK ( SELECTEDVALUE ( Mapping[Sub Classification 2] ) ), BLANK (), SUM ( 'Table'[Column1] ) )

mahoneypat
Employee
Employee

You should be able to deselect Blank in the Level 3 and 4 Visual Level Filters for that matrix in the Filters Panel.


Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


AnuTomy_0-1629200471891.png

When i deselect blank the entire category disappears, please find the attached sample file for ref.

 

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.