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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
JimB-GA
Helper III
Helper III

First value in a time series

I am in need of returning the first value in a time series.  Any help is most appreciated.

 

THanks

 

Jim

 

Example:

 

09:31 am                  93.76

09.41 am                  94.12

09:51 am                  91.89

10:01 am                  93.16

1 ACCEPTED SOLUTION
EugenioJunior
Frequent Visitor

Hi Jim,

Can that help?

 
Measure = 
CALCULATE(
            MIN('Table'[Value]),
            FILTER('Table','Table'[Time]=MIN('Table'[Time])
                    )
          )
 


Jim.jpg

View solution in original post

2 REPLIES 2
EugenioJunior
Frequent Visitor

Hi Jim,

Can that help?

 
Measure = 
CALCULATE(
            MIN('Table'[Value]),
            FILTER('Table','Table'[Time]=MIN('Table'[Time])
                    )
          )
 


Jim.jpg

Yes!  Works perfectly.  Thank you for your quick reply.

 

Jim

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