The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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, 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.
@ES1984 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
User | Count |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
21 | |
12 | |
10 | |
7 |