March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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/
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
134 | |
91 | |
89 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |