Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
dman
New Member

Linking slicers together

I am trying to hide a graph unless a slicer is selected.
I have four slicers year, quarter, month, and business type.
I have the following measure:
Type =  INT(ISFILTERED('table'[Business Type]))
Once I drag that measure into filters, I can hide the graph unless a business type is selected in the slicer. When a business type is selected it works as expected.
If any of the other slicers are selected the graph remains hidden unless the business type is selected.
I have the following measure
Quarter = INT(ISFILTERED(table[table Date].[Quarter]))
If I use the “quarter” measure as a filter the graph is always visible, but will show results based on the year, quarter, or month selected.
It is a bar graph and the y-axis is the year, quarter, month form a date hierarchy. The x-axis is the count of business types.
I would like to have the chart show if any or all of the slicers are selected. Is it possible to link the slicers so if one or all the slicers are selected it provides a “true” result?
2 REPLIES 2
lbendlin
Super User
Super User

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".

adudani
Super User
Super User

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.

Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a Kudos 🙂
Kind Regards,
Avinash

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.