Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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.
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.
Solved! Go to Solution.
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]) ))
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]) ))
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
100 | |
65 | |
44 | |
36 | |
36 |