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
gopinath25
Frequent Visitor

Need help to create a new Column in Table 1 by comparing another table value

Need help to create a new Column in Table 1 by comparing another table value without any relationship. Appreciate your help


Example below : 
Example hereExample here

1 ACCEPTED SOLUTION
ValtteriN
Super User
Super User

Hi,

Try somehing like this:

Column =
var _c = ItemExample[Item] return
CALCULATE(MAX('Matrix example'[Material]),ALL('Matrix example'),CONTAINSSTRING('Matrix example'[Item],_c))
 
Example tables:
Matrix example
ValtteriN_0-1643920689222.png

Item example

ValtteriN_1-1643920716829.png

I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!

My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/







Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

2 REPLIES 2
gopinath25
Frequent Visitor

@ValtteriN - You saved my time . Here the output Query
NewColumn4 =

var _c = Table1[Column1] return
CALCULATE(MAX(Table2[Column2]),ALL(Table2),CONTAINSSTRING(_c,Table2[Column1]))

ValtteriN
Super User
Super User

Hi,

Try somehing like this:

Column =
var _c = ItemExample[Item] return
CALCULATE(MAX('Matrix example'[Material]),ALL('Matrix example'),CONTAINSSTRING('Matrix example'[Item],_c))
 
Example tables:
Matrix example
ValtteriN_0-1643920689222.png

Item example

ValtteriN_1-1643920716829.png

I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!

My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/







Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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