I created a calculated date measure using the following formula. How can I use the result of this measure as a dimension filter? Eventually I'll convert it to get the Year and Month string.
=Date(RangeMin(Max([Date 1]),Max([Date 2])))
I am new to Qlik Sense, and I am a user not a developer.