Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin 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.
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.
Solved! Go to Solution.
@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 , 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/
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
62 | |
61 | |
55 | |
38 | |
27 |
User | Count |
---|---|
85 | |
60 | |
45 | |
41 | |
39 |