cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
AnandNamburi
Helper III
Helper III

Selected value is not working as expected when we select slicer options like between, >= and <=

Hi All,

 

I have a slicer and I'm displaying year in it.

I want to display the selected value in a card and for that I have written a DAX like below.

Seleged Value of Year = SELECTEDVALUE(Orders[Order Date].[Year])
 
When I select dropsown or list the selected value is appearing correct in the card but when I select any option like between, greater than equal to or less than or equal to it is displaying blank.
 
AnandNamburi_0-1653455855684.png

 

 
Is there any workaround for this type of requirement.
 
Thanks,
Anand
1 ACCEPTED SOLUTION
danextian
Super User
Super User

Hi @AnandNamburi ,

SELECTEDVALUE will only show a value if there is one value selected. It's second argument is for displaying something else if there are more than  one values.  That said, selecting a range of numbers or dates means that there are more than one numbers or dates.  I would use either MAX,  MIN, LASTNONBLANK or FIRSTNONBLANK instead.






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

Proud to be a Super User!




"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Connect to me on LinkedIn || Need consulting? Hire me for a Power BI gig on UpWork.

View solution in original post

1 REPLY 1
danextian
Super User
Super User

Hi @AnandNamburi ,

SELECTEDVALUE will only show a value if there is one value selected. It's second argument is for displaying something else if there are more than  one values.  That said, selecting a range of numbers or dates means that there are more than one numbers or dates.  I would use either MAX,  MIN, LASTNONBLANK or FIRSTNONBLANK instead.






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

Proud to be a Super User!




"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Connect to me on LinkedIn || Need consulting? Hire me for a Power BI gig on UpWork.

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors