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
ES1984
New Member

Column for Earliest date from another table

I have data in 3 tables and related as follows:

Example.png

 

I need a column in the right hand table called 'Earliest Req Date' which displays the earliest (min) date of records in the left table, associated with each record in the right table. E.g. if you were to select part number a in the left table, Assy 1,4 and 5 would be associated for which the earliest date is 01/02/19.

 

Help greatly appreciated.

1 REPLY 1
Anonymous
Not applicable

@ES1984 Please create a measure 

Measure = MIN(DateReq[Date])

mindate.png

Please let me know if this is not the expected result.Please share the expected result column if this doesn't help

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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