Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! 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]) ))
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 45 | |
| 41 | |
| 29 | |
| 19 |
| User | Count |
|---|---|
| 201 | |
| 126 | |
| 103 | |
| 72 | |
| 54 |