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

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

Reply
DouweMeer
Impactful Individual
Impactful Individual

Combine 2 tables based on a relationship

So I got a header info table and a line info table. The problem is the header info table contains sometimes multiple customers for the same contract. Each of this customer has its own record. Now I want 1 big table where these are all combined. For each contract line my intention there will be the same amount of records as there are customers. 

In theory this would end up as a per record a generate ( contract line , customers ).

To show a bit, below a little example. In green there is the contract line table. In red there is the header table. The result is supposed to be the blue one. 

For now I just thought of creating a generate on distinct customers vs the order lines. This would result in the orange square. Then I just add a dax expression, in purple, to verify whether one of the record is correct. 

Now my question, is there an easier way to do this than what I have in mind in the orange part to get the blue box? 

Untitled.pngUntitled2.png

1 ACCEPTED SOLUTION
HotChilli
Super User
Super User

Merge the tables in Power Query.

Inner Join on Contract

View solution in original post

3 REPLIES 3
HotChilli
Super User
Super User

Merge the tables in Power Query.

Inner Join on Contract

DouweMeer
Impactful Individual
Impactful Individual

@HotChilli 

Would it be possible to create a relationship for naturalinnerjoin to use between 2 VAR's? Userelationship won't allows me to use a table reference in combination with calculatetable. 

DouweMeer
Impactful Individual
Impactful Individual

Thank you for the suggestion. I will check it next week (my office time for this week has ran out). 

Helpful resources

Announcements
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