Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi all,
I'm trying to add a new column in a table that lookups in 2 different tables:
Table1 contains columns with Table1[ID_1] and Table1[ID_2] (among other columns), in this table I want to add a new column Table1[Product]
"Product" should be:
Lookup Table1[ID_1] in Table2 and if Table2[ID_1] exists, then give me the value in the column Table2[Product]
if does not exist-> Lookup Table1[ID_2] in Table3[ID_2] and return me the value in the column Table3[Product]
I´ve tryed the following:
Solved! Go to Solution.
Hi @Anonymous ,
Hope you have the relationship between the Table1 --> Table2 and Table1 --> Table 3
Try the following as calculated Column in Table1
Hi @Anonymous ,
Hope you have the relationship between the Table1 --> Table2 and Table1 --> Table 3
Try the following as calculated Column in Table1
Thank you very much @Anonymous ! thats exactly what I needed!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.