Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare 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 October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
89 | |
84 | |
76 | |
64 |
User | Count |
---|---|
135 | |
112 | |
98 | |
98 | |
92 |