Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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!!

2 Replies

  • You can use MIN('Date'[Date]) and MAX('Date'[Date])

  • Anonymous's avatar
    Anonymous
    Not applicable

    Thank you johnt75 for so simple solution !!

    Don't know how I hadn't thought about that before.