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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

DAX Data correlation

Hi,

 

Can someone help me with the right DAX so I can achieve the following result?

 

For each unique combination of Fruit&Slot in Tabel1, I need to bring the associated "master owner" from Table2, even for the Pear type of fruit. 

 

I believe this screenshot shows all the relevant details, but I can offer more clarification.

tyxanu_0-1706008875645.png

 

Many thanks!

 

1 REPLY 1
Daniel29195
Super User
Super User

Hello @Anonymous

how are you today ? 

 

if the combination fruit - slot is unique, you can simply create w calculated column in both tables : 

new column =  table_name[fruit] & " "  & table_name[slot] 

 

then link both tables base on this column,

 

 

then in the table on the left : create w new column : 

 

column =  related ( table_name_to_the_left [ column_name_you_want_to_get])

 

 

If my response has successfully addressed your issue kindly consider marking it as the accepted solution! This will help others find it quickly. Dont forget to hit that  thumbs up button 🫡👍 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors