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

Be 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

Reply
IM_TRYING_HERE
Frequent Visitor

Slicer Interactions Not Adjusting Visual Properly

I have a visual that I only want to be "sliced" at the Regional Manager level, so I set it up to ignore the "Property Manager" slicer.

I assumed that if someone did use the Property Manager slicer it will flow through to the Regional Manager slicer and that my visual would then immediately filter to that Regional Manager level. Which is what I wanted

However, it seems as though the Regional Manager slicer stays showing "All" and unless I go into the slicer and select the single option Regional from the slicer Dropdown menu my visual will not change. It wont even change if I choose the "Select All" option at the top.

Is there something I'm missing? The slicer fields are from the same table so it isn't a filter direction issue. Any help is appreciated.

1 ACCEPTED SOLUTION
v-xuxinyi-msft
Community Support
Community Support

Hi @IM_TRYING_HERE 

 

Thanks for the reply from Ritaf1983 and IM_TRYING_HERE .

 

@IM_TRYING_HERE , if you can accept the two slicer fields as a separate table, please refer to the following test:

 

My sample:

vxuxinyimsft_0-1725962825266.png

 

1. create a calculated table as follows

Slicer = SELECTCOLUMNS('Table', [Manager], [Regional Manager])

 

no relationship between two tables

vxuxinyimsft_1-1725962888648.png

 

2. Create a measure as follows

Measure = 
VAR _RM = MAX('Slicer'[Table_Regional Manager])
RETURN
IF(SELECTEDVALUE('Table'[Regional Manager]) = _RM, 1, 0)

 

3. Put the measure into the visual-level filters, set up show items when the value is 1.

vxuxinyimsft_2-1725962971287.png

 

Output:

vxuxinyimsft_3-1725962992574.png

 

Best Regards,
Yulia Xu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
v-xuxinyi-msft
Community Support
Community Support

Hi @IM_TRYING_HERE 

 

Thanks for the reply from Ritaf1983 and IM_TRYING_HERE .

 

@IM_TRYING_HERE , if you can accept the two slicer fields as a separate table, please refer to the following test:

 

My sample:

vxuxinyimsft_0-1725962825266.png

 

1. create a calculated table as follows

Slicer = SELECTCOLUMNS('Table', [Manager], [Regional Manager])

 

no relationship between two tables

vxuxinyimsft_1-1725962888648.png

 

2. Create a measure as follows

Measure = 
VAR _RM = MAX('Slicer'[Table_Regional Manager])
RETURN
IF(SELECTEDVALUE('Table'[Regional Manager]) = _RM, 1, 0)

 

3. Put the measure into the visual-level filters, set up show items when the value is 1.

vxuxinyimsft_2-1725962971287.png

 

Output:

vxuxinyimsft_3-1725962992574.png

 

Best Regards,
Yulia Xu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Ritaf1983
Super User
Super User

Hi @IM_TRYING_HERE 

Can you please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.

How to Get Your Question Answered Quickly  

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

IM_TRYING_HERE_0-1725891761019.png

Thanks for your reply. This is essentially the issue. The visual is set to ignore the Manager slicer, but not the Regional Manager Slicer. I would hope that selecting a Manager would result in the Regional Manager slicer getting updated (in this case John Smith) but the visual doesn't only show John Smith. It still shows them all. Is there any way to allow the visual's Regional Manager to be filter by selecting a Manager ? Is there not a way to preselect all values in the Regional Manager slicer instead of still being required to click that slicer also?

There is no way to preselect values in your slicer unfortunately, Have you thought about adding the regional manager column into the same slicer as your manager column to create a hierarchy? This does not resolve your issue but it will be more user friendly...

 

- Charles Park

- Christina Kay

- Darren Hardin

- Karen Gibson

      > John Smith

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.