Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Design red flag. Your job is it to make it easier for your report users to get to their insights, not harder. Combine the three date slicers into a single one.
Note that "selected" is very much open to interpretation. In Power BI "nothing selected" is treated the same as "everything selected".
hi @dman ,
to answer your question:
you can get the value of a slicer using SELECTEDVALUE function - DAX | Microsoft Learn. (assuming single select) or VALUES function (DAX) - DAX | Microsoft Learn ( potentially for multiple select )
then concatenate the outputs of multiple slicers and evaluate the condition.
Regardless, I would however try to resolve this situation with bookmarks if it is simpler ( reference: (60) 5 WAYS to use BOOKMARKS in Power BI - YouTube 😞
1. Default view = no visual and no business types slicer.
2. With all visuals and slicer selections.