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

View all the Fabric Data Days sessions on demand. View schedule

Reply
Anonymous
Not applicable

Getting earliest date field when someone is available

Hi Everyone,  first time posting and I really love the tool. 

  I'm trying to pull a value from a table to see the earliest date someone is available?  I would I go about doing this?

 

BI Help 1.PNG

 

 

 

Thanks for everyone's help!

3 ACCEPTED SOLUTIONS
mmace1
Impactful Individual
Impactful Individual

You could pull a version of the table where you:

 

Filter to only Available = yes

Group on name, by the min of the Period. 

 

Here's an example on one of my queries just to show where these options are. 

 

Capture.JPG

View solution in original post

Vvelarde
Community Champion
Community Champion

@Anonymous

 

Hi, One way without DAX is:

 

Ear.png

 

Regards

 

Victor

Lima - Peru




Lima - Peru

View solution in original post

Ashish_Mathur
Super User
Super User

Hi,

 

Try this Measure

 

=CALCULATE(MIN(Data[Period]),Data[Available]="Yes")

 

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

3 REPLIES 3
Ashish_Mathur
Super User
Super User

Hi,

 

Try this Measure

 

=CALCULATE(MIN(Data[Period]),Data[Available]="Yes")

 

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Vvelarde
Community Champion
Community Champion

@Anonymous

 

Hi, One way without DAX is:

 

Ear.png

 

Regards

 

Victor

Lima - Peru




Lima - Peru
mmace1
Impactful Individual
Impactful Individual

You could pull a version of the table where you:

 

Filter to only Available = yes

Group on name, by the min of the Period. 

 

Here's an example on one of my queries just to show where these options are. 

 

Capture.JPG

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors