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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
prayele
New Member

slicer unable to show with all options cleared(deselected) in the report

Capture.PNG

above is slicer i want to show all the options as cleared(deselected) as the default, i have tried using bookmarks by deselecting all options but not working please help

3 REPLIES 3
prayele
New Member

@Greg_Deckler  Thank you very much for your reply, my issue is resolved with the help of my colleague, i deleted the slicer and copied the other slicer which show default as nothing selected(clear selection) and changed the datasource

prayele
New Member

@Greg_Deckler  for few slicers i see nothing is selected as default, so want to make the other slicers like below, plse help

prayele_1-1682303308158.png

 

 

Greg_Deckler
Community Champion
Community Champion

@prayele That should be the default for any slicer. However, when that is the case it is treated as all values selected. Are you saying that if all the values are not selected that you don't want the calculation in other visuals to occur? If that is the case, you would need to do it as part of the measure like this:

Measure =
  VAR __AllCount = COUNTROWS(DISTINCT(ALL('Slicer Table'[Slicer Column])))
  VAR __Count = COUNTROWS(DISTINCT('Slicer Table'[Slicer Column]))
  VAR __Result = IF(__AllCount = __Count, BLANK(), <Some measure/calculation goes here>)
RETURN
  __Result


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...

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.