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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Capture first date in a state but not any subsequent dates

What I want is to capture the FIRST DAY that a work item is in the state committed, but not any of the days after that it stays in the committed state. hopefully, the table below will help. 54118 earliest date is 10/23 and that's the only date I want to capture until it moves into another state.

 

Get Earliest Date =
FIRSTDATE(Burndown[DateValue])
 
singleton2787_1-1667479700083.png

Do I need to do a calendar function then a MIN(x)?

 

1 REPLY 1
Bifinity_75
Solution Sage
Solution Sage

Hi @Anonymous , If I have understood the problem correctly, you need to create this measure:

First day = CALCULATE(min('Table (2)'[Date]),'Table (2)'[State]="Inprogress")
Where 'Table (2)' is the name of your table,
best regards

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

Top Solution Authors
Top Kudoed Authors