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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
Anonymous
Not applicable

Get selected dates from a relative date slicer

Hi Everyone,

I'm trying to get the values of a date slicer using SELECTEDVALUE. Does anyone know how I can go about this especially for relative dates selection (see below). 

Essentially i would like to control the selection so for example when a user switches the Year drop down to Day/Week/Month I should get different results.


md_1234_0-1654665995709.png

 

Is this possible using dax?

 

Appreciate your Help!

 

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

I have created a simple sample, please refer to it to see if it helps you.

Create a measure first.

Measure = SELECTEDVALUE('Table'[date])

Measure cannot be displayed separately in the visuals. So we can create a column.

Column = [Measure]

vpollymsft_0-1655084419081.png

If I have misunderstood your meaning, please provide your desired output with more details and you sample pbix file without privacy information.

 

Best Regards

Community Support Team _ Polly

 

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

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous is there a way you can select the items on the left side selection box with Last, Next and This? I would like to have my users only view the "This" category and the others to not be seen when you selct that box.

Best,

Marlon 

Anonymous
Not applicable

Hi @Anonymous ,

I have created a simple sample, please refer to it to see if it helps you.

Create a measure first.

Measure = SELECTEDVALUE('Table'[date])

Measure cannot be displayed separately in the visuals. So we can create a column.

Column = [Measure]

vpollymsft_0-1655084419081.png

If I have misunderstood your meaning, please provide your desired output with more details and you sample pbix file without privacy information.

 

Best Regards

Community Support Team _ Polly

 

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

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.