Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. 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/
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
93 | |
90 | |
84 | |
70 | |
49 |
User | Count |
---|---|
141 | |
121 | |
112 | |
59 | |
58 |