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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

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
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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