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 need assistance in pulling value in [First Name] column from Table 'Employee master' to a calculated column 'Cal Name' in table 'Table ABC'.
Both tables have [Employee ID] as the common column and an inactive relationship One to on [Employee ID] column exists between 'Employee master' and 'Table ABC'. I cannot setup an active relationship between these two tables.
Thanks
Amol
Solved! Go to Solution.
You can use LookupValue function
Try Below
LookupColumn = LOOKUPVALUE(Table2[Value2],Table2[Column1],Table1[Column1])
Proud to be a Super User!
You can use LookupValue function
Try Below
LookupColumn = LOOKUPVALUE(Table2[Value2],Table2[Column1],Table1[Column1])
Proud to be a Super User!