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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

How to filter out Blank value from the slicer?

How to filter out Blank from Week number slicer?

 

Emptyweek.png

 

 

 
1 ACCEPTED SOLUTION
KEITHO
Frequent Visitor

It would be more effective to use the advanced filter and select is not blank.

This will future proof your report, in case you have more values than [A,B,C] in future. Otherwise your report will exclude new values based on Tahreem24's response.

Filter away blank valuesFilter away blank values

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

HI @Anonymous ,

This scenario should be related to relationship mapping when your tables contain not match records.

Reference link:

Slicer showing Blank as a value when data does not have any blank values 

For your scenario, you can extract two tables relationship key value to create a new table as bridge, then link original table based on this bridge table and create slicer with new table fields to display all item and filter on two tables records:

Bridge =
DISTINCT ( UNION ( VALUES ( Table1[Column] ), VALUES ( Table2[Column] ) ) )

Regards,

Xiaoxin Sheng

KEITHO
Frequent Visitor

It would be more effective to use the advanced filter and select is not blank.

This will future proof your report, in case you have more values than [A,B,C] in future. Otherwise your report will exclude new values based on Tahreem24's response.

Filter away blank valuesFilter away blank values

Tahreem24
Super User
Super User

Hi @Anonymous ,

 

Go to Filter Pane and deselect the blank from Week column. (Screen shot is attached)

Capture.JPG

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard

Hi @Anonymous ,

 

Please give KUDOS for Support and also accept this as a solution if you find it helpful!

Good Luck!

 

Thanks!

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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