How to get filter selected minimum date and max date, and display on a table

I have a table with multiple columns, one of which is "Created_date". We also have a filter applied on "Created_date".

The requirement is to display the start and end date selected by the user from the slicer in the table. In other words, I want to show the minimum and maximum date range selected from the filter in the report, and repeat it for each row in the table.

For example,
if the user selects a date range of (01-01-2022 to 09-01-2022).

Output should be like shown in below table

Created_Date output-Min_Date output-Max_Date
1-1-2022 1-1-2022 1-9-2022
1-2-2022 1-1-2022 1-9-2022
1-3-2022 1-1-2022 1-9-2022
1-4-2022 1-1-2022 1-9-2022
1-5-2022 1-1-2022 1-9-2022
1-6-2022 1-1-2022 1-9-2022
1-7-2022 1-1-2022 1-9-2022
1-8-2022 1-1-2022 1-9-2022
1-9-2022 1-1-2022 1-9-2022
1 0 344
0 REPLIES 0
Top Labels in this Space
Top Solution Authors