Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Dear all
How can i lookup value in Table1 "Amount" column for with specific "Name" and Max "Order" and display in table 2 for each name
Table1
Name | Order | Amount |
A | 1 | 100 |
A | 2 | 50 |
B | 1 | 25 |
B | 2 | 100 |
B | 3 | 200 |
C | 1 | 1000 |
C | 2 | 500 |
Table2
Name | Amount |
A | 50 |
B | 200 |
C | 500 |
Solved! Go to Solution.
Hi, @Anonymous
I hope I understood your requirement correctly, and please correct me if I am wrong.
please check the measures, and I come up with the new table like below picture.
Hi, @Anonymous
I hope I understood your requirement correctly, and please correct me if I am wrong.
please check the measures, and I come up with the new table like below picture.