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! Learn more

Reply
Anonymous
Not applicable

See the blanks in the slicer when I apply a single selection in the slicer.

I have table1 as data entry and I want to add a single selection slicer (baseline_name column) for my stacked area chart with 3 categories to stack. as, the first part of my plot does not have information in baseline_name and it is blank. How can I force the slicer to always show the blanks?

Now, I have to select "Blank" and another option to be able to see all my plot, whereas with a single selection, it is not possible.

somisoti_2-1737534954243.png

 

somisoti_1-1737534863204.png

 

 

 

4 REPLIES 4
Anonymous
Not applicable

Hi @Anonymous ,

Based on the information, try using the following DAX formula to filter.

Filter = IF(or(ISBLANK(SELECTEDVALUE(Table[baseline_name])),(SELECTEDVALUE(Test[baseline_name])=SELECTEDVALUE(Table[baseline_name]))),1,0)

You can view the following links to learn more information.

Solved: Slicers - force '(blank)' option and select from o... - Microsoft Fabric Community

Solved: Blank option in Single-select slicer with other op... - Microsoft Fabric Community

 

Best Regards,

Wisdom Wu

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

Anonymous
Not applicable

could you please explain how should i use this dax formula?

Anonymous
Not applicable

Hi, 

Creating the new measure, using the dax formula. Then, drag the measure to the visual Filters Pane and set the show item is 1.

 

Best Regards,

Wisdom Wu

Anonymous
Not applicable

Hi @Anonymous ,

 

Slicers are coming from only one table ?

Can you share the sample data in onedrive and paste the link for working out a solution.

 

Cheers

 

CheenuSing

 

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