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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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