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 (d...
- 4 years ago
You can use MIN('Date'[Date]) and MAX('Date'[Date])
Anonymous
4 years agoNot applicable
Thank you johnt75 for so simple solution !!
Don't know how I hadn't thought about that before.