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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
Anonymous
Not applicable

Slicer Relative date range values in the table as a column

Hi Expert,

 

Is it possible to show the slicer date range values in the table as a column.

The range being the selections made by the users on the slicer. Please find attached image which has the screenshot of the slicer with the relative date setting.

 

Shyamcharan_0-1653891410956.png

What I am looking is to have the date range column in the table which shows the values '1/12/2021 - 30/05/2022' as the row values in the table.

 

Appreciate your help.

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

I think I fond how to do it.

Created a measure as below and it worked:

 

SelectedDateRange = 
Concatenate(Concatenate(CALCULATE( MIN('Date'[Date]), ALLSELECTED('Date'[Date]) ),"-"),CALCULATE( MAX('Date'[Date]), ALLSELECTED('Date'[Date]) ))

View solution in original post

1 REPLY 1
Anonymous
Not applicable

I think I fond how to do it.

Created a measure as below and it worked:

 

SelectedDateRange = 
Concatenate(Concatenate(CALCULATE( MIN('Date'[Date]), ALLSELECTED('Date'[Date]) ),"-"),CALCULATE( MAX('Date'[Date]), ALLSELECTED('Date'[Date]) ))

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors