Forum Discussion
Anonymous
4 years agoNot applicable
Get values from filter using a measure
I have a filter with relative date applied to a visual / page and I would like to display selected period on the report, so it can change dynamically.
Is there a way to get relative filter values (dates) using DAX?
Thanks!!
You can use MIN('Date'[Date]) and MAX('Date'[Date])