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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Charles-CW
Advocate I
Advocate I

Show value from selected slicer with multiple slicers from same table

Good day all,

I need some advise please.

I have a custom table as seen below which I want to use for slicers.

The challenge I am having is retrieving only the selected value from the individual slicers. I have disabled the interaction between the slicers so that they would not affect each other but I am not able to retrieve the value on the individual selected slicer.

If all my values from all the slicers are the same then I am returning the value based on the DAX measure but as soon as I select different values then I get Blank() results. 

I fully understand why I am getting these blank() results and I am hoping there is a measure that I can use to only display the value of the current slicer as seen in the "Slicer x Desired Value" in the images below i.e.: break it up like disabling the interaction between the slicers.

Custom Table

Custom Table.png

 

Results if all slicers are on the same value - based on the dax measure

Results with measures if All slicers are on same value.png

 

Results when different slicer values are selected - Also note that the interaction between the slicers are disabled

Results with different selection - Disabled interactions.png

 

Slicer 1 Value measure tried but not working

Slicer 1 Value Measure.png

 

Slicer 2 Value measure tried but not workingโ€ƒ

Slicer 2 Value Measure.png

 

Slicer 3 Value measure tried but not working - Not getting a blank but not getting the correct result either.

Slicer 3 Value Measure.png

 

Slicer 4 Value measure tried but not workingโ€ƒ

Slicer 4 Value Measure.png

 

Slicer 5 Value measure tried but not working

Slicer 5 Value Measure.png

 

Desried values - This is where I am stuck ๐Ÿ˜ž

Desried Values.png

 

I am sure and hope it might be something simple where I would not have to create 5 different slicer tables.

5 REPLIES 5
Greg_Deckler
Community Champion
Community Champion

@Charles-CW I went ahead and mocked this up. It's definitely an autoexist issue. Even unpivoting doesn't help because of autoexist. You need 5 disconnected slicer tables. The upside is that you don't need to worry about edit interactions. See attached PBIX below signature.

 



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

@Greg_Deckler, thank you.

 

I was hoping to get away from the 5 additional tables.

 

On the plus side I now don't feel to bad for not being able to get this to work.

@Charles-CW Once you hit an autoexist issue, it's all over. Wish they would allow you to toggle that off...



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Greg_Deckler
Community Champion
Community Champion

@Charles-CW Can you post an example file or data as text? I am concerned that this is an AutoExist issue and if that is indeed the case, then the only answer might be to unpivot your rows perhaps.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

@Greg_Deckler, thank you for the feedback.

 

Please see herewith a link to the pbix file: PBIX 

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors