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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
angelakephart
Helper I
Helper I

Retrieve SelectedValue when Edit Interaction is OFF

Is there anyway to retrieve the selected value from a slicer when a visual has the Edit Interactions Off to that Slicer.  For example, my slicer has a Quarter selected and the value is 8076.  The visual though believes all quarters are selected. I created a measure using Selected Values and have also tried a VAR statement.   The values returned for the SelectedValues are all quarters.

4 REPLIES 4
Telstar
Helper I
Helper I

Hi 

Does anyone have a workaround for this?

I have a suituation where I need to turn the interaction OFF for a visual for a particular slicer BUT then use that selected slicer value in the visual to calculate amounts.

Using SELECTEDVALUE in this situation return an empty result - any ideas much appreciated.

 

Cheers

Telstar

v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @angelakephart,

 

As I know, you could use SELECTEDVALUE to get the value you selected in Slicer.

 

For reference, you could have a good look at this article about how to use SELECTEDVALUE function in DAX.

 

If you still need help, please share some data sample and your desired output so that we can help further investigate on it?

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi,

I have tried the SelectValue, but it retrieves all the values of the filter, not the current selected item only.

Edit Interactions Off.jpgEdit Interactions On.jpg

 

 

Hi @angelakephart,

 

It seems that I may misunderstand your scenario.

 

As I know, the interactions for the visuals is on by default. 

 

You could control the interaction when you click Edit Interactions, then you could disable the interactions among the visuals. In this scenario, you could not get the selcet value, you only get all values that not be filtered.

 

interactions.png

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Solution Authors