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
Between the two slicers, one is a date slicer and the other is a Brand name slicer applied to the sales table. I would like to apply the date range slicer first. After applying the date range slicer, the Brand name slicer should filter out brands that do not have data on the selected dates, so those brands should not be shown in the slicer.
@Anonymous you should create one measure for that :
Brand Slicer =
IF (
Calculate(
COUNT(Brand ID),
TREATAS(VALUES(Date[date]),Brand[Brand Date])
)> 0, 1, 0
)
after create this measure put on brand Slicer visual level filter and set Advanced Filtering >> Is 1.
@Anonymous I hope this helps you!THANK YOU!!
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 |
---|---|
8 | |
3 | |
2 | |
2 | |
2 |