Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance 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
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
23 | |
10 | |
10 | |
9 | |
7 |