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 August 31st. Request your voucher.
Could anyone help me with a Power BI Formula please?
Hopefully the diagram attached shows it pretty clearly, but I need to write a formula in the "Unique Works Order Numbers" table that basically does a lookup of the works order number on the "Final and Supp" table, picks the latest "Date Sent" for that number, then returns the "created by" name. Many Thanks
Solved! Go to Solution.
@Anonymous
Give this a shot
I assume Tables are related by WO_Number
Column = MAXX ( TOPN ( 1, RELATEDTABLE ( 'Final and Supp' ), 'Final and Supp'[Date sent], DESC ), [Created By] )
@Anonymous
Give this a shot
I assume Tables are related by WO_Number
Column = MAXX ( TOPN ( 1, RELATEDTABLE ( 'Final and Supp' ), 'Final and Supp'[Date sent], DESC ), [Created By] )
This works, great, fantastic. Thank you for your help
User | Count |
---|---|
27 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
6 |