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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
JbPa33
Helper I
Helper I

Retrieve the value of a slicer "between"

Hello,

 

I have this Slicer : 

JbPa33_0-1686832518293.png

I would like to create a measure which retrieve the value "1,89%". As the slicer is a continue value, the function "SELECTEDVALUE" doesn't work.

 

Is There an another solution ?

 

Thank you

1 ACCEPTED SOLUTION
danextian
Super User
Super User

Hi @JbPa33 ,

 

As per documentation SELECTEDVALUE returns the value when the context for columnName has been filtered down to one distinct value only. Otherwise returns alternateResult. there are multiple values from 0 to 1.89%. In order to get 1.89% which is the highest in the range selected, use MAX instead.





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

View solution in original post

3 REPLIES 3
JbPa33
Helper I
Helper I

Thnak you for your answers !

cThennakoon
Regular Visitor

You can use the below measure to return the 1,89%

measure = MAX(table[fieldname])

danextian
Super User
Super User

Hi @JbPa33 ,

 

As per documentation SELECTEDVALUE returns the value when the context for columnName has been filtered down to one distinct value only. Otherwise returns alternateResult. there are multiple values from 0 to 1.89%. In order to get 1.89% which is the highest in the range selected, use MAX instead.





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

November Power BI Update Carousel

Power BI Monthly Update - November 2025

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