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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

how to make a slicer shows up only when the other slicer selected certain values

Hello!

 

I have a date slicer and also a slicer for internetshop. The date slicer can choose dates 20190101-today. I hope that only when user choose dates after 20220731, the internetshop slicer will show up. If the user choose some dates before 20220731, the internetshop slicer will not show up. Because we have internetshop information in the table only after 20220731. 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , You can create a measure like

 

if(maxx(allselected(Date), Date[Date]) <date(2022,07,31) ,1,0)

 

You use the above visual level filter of visual to remove values.

 

 

Also check:https://exceleratorbi.com.au/show-or-hide-a-power-bi-visual-based-on-selection/

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , You can create a measure like

 

if(maxx(allselected(Date), Date[Date]) <date(2022,07,31) ,1,0)

 

You use the above visual level filter of visual to remove values.

 

 

Also check:https://exceleratorbi.com.au/show-or-hide-a-power-bi-visual-based-on-selection/

Anonymous
Not applicable

Thank you @amitchandak , this is very brilliant! 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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