Forum Discussion
Anonymous
6 years agoNot applicable
Column for Earliest date from another table
I have data in 3 tables and related as follows: 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, assoc...
Anonymous
6 years agoNot applicable
Anonymous Please create a measure
Measure = MIN(DateReq[Date])Please let me know if this is not the expected result.Please share the expected result column if this doesn't help