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
Anonymous
Not applicable

If string contains a value from another table then get value from that table

Hello

 

I have 2 tables:

 

Table 1 include grocery store names in a city and its addresses:

 

Grocery store namesAddress
Small region 1 WalmartsStreet A 1
491801 Small region 2 TargetStreet B 1

 

Table 2 include small regions and big region names:

Small RegionBig Region
Small region 1Big region 1
Small region 2Big region 2

 

I want to make a new column in Table 1 that is:

if Table1[Grocery store names] contains Table2[Small Region] then Table1[Address] & Table2[Small Region] & Table2[Big Region]

else Table1[Address]

 

Sample outcome table:

Grocery store namesAddressNew column
Small region 1 WalmartsStreet A 1Street A 1 Small region 1 Big Region 1

 

How can I achieve this?

 

Thank you before hand!

1 ACCEPTED SOLUTION
Anonymous
Not applicable
1 REPLY 1
Anonymous
Not applicable

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 Kudoed Authors