Forum Discussion

CyrilV's avatar
CyrilV
Regular Visitor
6 years ago

Calculate MIN DATE

Hy,

 

I Try to calculate a MIN Date of my selection.

 

 

I want on my column _minDate the value 02/01/2018

 

Measure :

_minDate = calculate(min(GRS_RESERVATION[_date]);ALLSELECTED(GRS_RESERVATION[_date]))
 
Thanks you in advance.

2 Replies

  • Hi CyrilV ,

    You can try the following measure:

    _minDate = calculate(min(GRS_RESERVATION[_date]);ALLSELECTED(GRS_RESERVATION))

    Best Regards,
    Community Support Team _ Joey
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.