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
PhEhle
Regular Visitor

Manage relationship - connect one value in table A with two values in table B

Hi everyone,

I need to solve following problem:

tables.jpg

I only get one relationship with the result that I only get the [requested by] OR [todo for] name in the output table but not both.

I suspect it´s a super-simple solution, but I don´t get it.

Greetings, Philip

1 ACCEPTED SOLUTION
negi007
Community Champion
Community Champion

@PhEhle 

here is the solution that can be used here

in this case you can create two calc columns in the second table to extract name of the employee

 
using lookupvalue function, we can have the name of the employee based on the ID value
Req_Name = LOOKUPVALUE('Table'[Name],'Table'[ID],'Table (2)'[requestedBy])
Todo_Name = LOOKUPVALUE('Table'[Name],'Table'[ID],'Table (2)'[todo for])
 
negi007_0-1652101763637.png

 

negi007_1-1652101780411.png

 

i am attaching pbix file for your reference as well




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



Proud to be a Super User!


Follow me on linkedin

View solution in original post

2 REPLIES 2
negi007
Community Champion
Community Champion

@PhEhle 

here is the solution that can be used here

in this case you can create two calc columns in the second table to extract name of the employee

 
using lookupvalue function, we can have the name of the employee based on the ID value
Req_Name = LOOKUPVALUE('Table'[Name],'Table'[ID],'Table (2)'[requestedBy])
Todo_Name = LOOKUPVALUE('Table'[Name],'Table'[ID],'Table (2)'[todo for])
 
negi007_0-1652101763637.png

 

negi007_1-1652101780411.png

 

i am attaching pbix file for your reference as well




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



Proud to be a Super User!


Follow me on linkedin

many thanks to negi007 for the quick answer. 

This solved my problem in an easy way.

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!

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.