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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
jterry
Frequent Visitor

How do I return the minimum date based on a measure value

I was wondering how to return the minimum date based on a measure value

 

I have the table here where created_at is a column in another table 'BudgetViewSnapshot' and subunboughtcount is a measure in a table 'NewSSDetail'

 

Capture.JPG

 

The desired return result would be the minimum date that the subunboughtcount turns to 0. So in this table it would be 12/6/21.

 

Thanks,

 

1 ACCEPTED SOLUTION
johnt75
Super User
Super User

Min Date = MINX( FILTER(BudgetViewSnapshot, [subunboughtcount] = 0), [created_at])

View solution in original post

2 REPLIES 2
johnt75
Super User
Super User

Min Date = MINX( FILTER(BudgetViewSnapshot, [subunboughtcount] = 0), [created_at])

Worked great. Thanks!

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.