Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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 November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!