Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hy,
I Try to calculate a MIN Date of my selection.
I want on my column _minDate the value 02/01/2018
Measure :
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.
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
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.