Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
CyrilV
New Member

Calculate MIN DATE

Hy,

 

I Try to calculate a MIN Date of my selection.

 

data.png

 

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 2
v-joesh-msft
Solution Sage
Solution Sage

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.

amitchandak
Super User
Super User

have you tried?

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

 

Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks.

My Recent Blog - https://community.powerbi.com/t5/Community-Blog/Comparing-Data-Across-Date-Ranges/ba-p/823601

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.