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
ZeBotch
New Member

Hide items with no data in PowerBI's slicers ?

Hi,

 

How can i hide (or visually indicate) items with no data in PowerBI's slicers, like in Excel with the Slicers Settings Frame ?

 

Thanks !

1 ACCEPTED SOLUTION
Adamtall
Resolver III
Resolver III

Hi,

 

try to make a column

 

Spoiler
dont show = if('Table'[value] <> BLANK() ; 'Table'[Column1];BLANK() )

then drag that column to the slicer.

 

dont show.PNG

 

 

or you can add a filter on the visual-

 

Skärmklipp21.PNG

/Adam

View solution in original post

2 REPLIES 2
Adamtall
Resolver III
Resolver III

Hi,

 

try to make a column

 

Spoiler
dont show = if('Table'[value] <> BLANK() ; 'Table'[Column1];BLANK() )

then drag that column to the slicer.

 

dont show.PNG

 

 

or you can add a filter on the visual-

 

Skärmklipp21.PNG

/Adam

It works by simply inserting a filter with the correct item directly into each slicer.

 

Thanks Adam !

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.