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.
Hi,
I want to bring customer_id values from customers table into orders table. I am using lookupvalue which is showin error. added snapshot below. Since there is no relationship in two tables , I am using lookupvalues. Added workbook as well.
link for pbixhttps://github.com/mohitkumar-Tyagi/xyz/blob/main/Fetch_customerid.pbix :
Thanks!
Solved! Go to Solution.
@MKumar_17 , You can try a new column like
Maxx(filter(customer,customer[Customer Name] = Order[Customer Name]) , Customer[Customer ID])
refer 4 ways (related, relatedtable, lookupvalue, sumx/minx/maxx with filter) to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8
Read about TREATAS. Unlearn LOOKUPVALUE if you can.
@MKumar_17 , You can try a new column like
Maxx(filter(customer,customer[Customer Name] = Order[Customer Name]) , Customer[Customer ID])
refer 4 ways (related, relatedtable, lookupvalue, sumx/minx/maxx with filter) to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8