Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Solved! Go to Solution.
Hi Jim,
Can that help?
Measure =
CALCULATE(
MIN('Table'[Value]),
FILTER('Table','Table'[Time]=MIN('Table'[Time])
)
)Hi Jim,
Can that help?
Measure =
CALCULATE(
MIN('Table'[Value]),
FILTER('Table','Table'[Time]=MIN('Table'[Time])
)
)Yes! Works perfectly. Thank you for your quick reply.
Jim
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!