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
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
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.