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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Joshua
Frequent Visitor

How to remove blank option from slicer

Hi,

 

Could anyone please guide me,

 

How to remove the blank option from slicer.

 

Blank option.GIF

Thanks,

 

Joshua

5 REPLIES 5
Greg_Deckler
Community Champion
Community Champion

Generally this is a data relationship issue.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Hi,

 

I am using  nearly 5 slicers,

 

but only I am getting this type of issue in one of the two slicers.

 

Is there any tricks to solve this out?

 

Thanks,

 

Joshua

Anonymous
Not applicable

Generally this means that... you either HAVE a blank in your data... or, that you have a relationship... and the lookup table (the 1 side of your 1 to many relationship) doesn't have EVERY value from your fact table (the many side of the relationship).

 

The easy way to find it is to add a calc column on the fact table, that is =RELATED(LookupTable[SomeColumn]), then look for the BLANK in the new calc column.

Sean
Community Champion
Community Champion

@JoshuaTo solve this right away - switch to the Hierarchy Slicer

 

To find out why/when it happens read here - specifically @OwenAuger's post on page 2

http://community.powerbi.com/t5/Desktop/SLICERS-gt-blank-value/td-p/6726/page/2

 

(For me it happens in a bit different scenario than the example given by Owen - mine involves 4 tables but same principle)

 

The way I resolved it in my case (Note - I don't know if this would make sense/apply in yours)

I created a new COLUMN in the "many" table - use RELATED ( One SideTable[SlicerColumn] )

to bring to the "many" table only the values you need - and then use this new column instead for your Slicer

 

Again please note that this works in my case which is slightly different than Owen's example because

selecting Blank in my slicer results in all charts measures visuals showing nothing

unlike in Owen's example which actually if I recall displays a value when blank was selected in the slicer!

(hope this makes sense)

 

Good Luck! Smiley Happy

Thank you for that tip. I downloaded the Hierarchy Slicer and my problem was solved.  The old way of filtering then changing to a slicer no longer works.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors