Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
claudiacheng
New Member

Lookupvalue from another table with multiple values

Table 1Table 1Table 2Table 2

Hi,

I am trying to lookupvalue using the below formula to link the two tables:

= LOOKUPVALUE (RESULT COLUMN, SEARCH COLUMN1, SEARCH COLUMN2)

= LOOKUPVALUE (TABLE2[PLANT], TABLE1[DOCK],TABLE2[DOCK])

 

Table one column dock and table two column dock has a relationship linked.

Table two dock has only unique values but table one dock has multiple value.

 

It doesn't work when I try to match the dock codes and have it return what plant it belongs to for table 1.

 

Please help. Thank you!

3 REPLIES 3
v-qiuyu-msft
Community Support
Community Support

Hi @claudiacheng

 

Is there any error occurs when you use LookupValue() function? 

 

I tested with some dummy data, it's able to create a calculated column on Table1 to return Plant values from Table2. 

 

q2.PNG

 

Best Regards,
Qiuyun Yu 

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Below the error is the CMSSINDTL tableBelow the error is the CMSSINDTL table

 

Hi Qiuyun,

 

Thank you for your help!

 

I have tried and it's giving me the above error message:

 

 

Hi @claudiacheng

 

What's the relationship between the tables DockToShop and CMSSINDTL? 

 

If possible, please share pbix file with us. You can upload it to your OneDrive and send the share link to me via private message. 

 

Best Regards,
Qiuyun Yu 

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors