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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
firstch
Helper III
Helper III

How to Display nothing from that slicer if nothing select from it

Hi, all please help me,  how to write Dax for this situation,

I have 4 slicers created from field parameter 

firstch_1-1664170952555.png

 

Currently, when I did not select anything from that slicer it shows all data, I really want it to display nothing,

 

For example, if I select slicer1,3,4 but slicer 2not select 

the graph should show data from slicers 1,3,4 

thank you in advance 

 

Best Regard 
firstch

3 REPLIES 3
amitchandak
Super User
Super User

@firstch , Create a meausre like

 

Int(calculate(isfiltered(Table[Column1]), allselected()) )

 

or

 

Int(calculate(isfiltered(Table[Column1]) || isfiltered(Table[Column2]), allselected()) )

 

add other columns, change Or || with And &&, if needed

 

Then use the above measure in visual level filter and filter for value =1 

 

refer : https://www.youtube.com/watch?v=sXn-QZqLD-8

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi @amitchandak 

It doesn't work, i filter only slicer 1 but data from slicer 2,3,4 still show. is there another solution?
Best Regard
firstch

Hi @amitchandak I will try it thank you

Best Regard 
firstch

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.