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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
OlegV
Helper III
Helper III

Left join two tables to one

Hi,

I have three tables: A,B,C.

 

A has a many-to-one relationship with B.

B has one-to-many relationship with C.

 

I need to left join B to A, and left join C to A.

 

Tables A and C do not have common columns.

I know how to join B to A. But I do not know how to join C to A.

 

ADDCOLUMNS (

A,

"JoinedB", related (B),

"JoinedC", ?)

 

Could you please help me?

In SQL the code would be sth like:

 

Select StockCode, Warehouse

From A as a

Left join B as b on a.StockCode=b.StockCode

Left join C as c on a."StockCode&Warehouse"=C."StockCode&Warehouse".

 

But in the PowerBi data model I am not allowed to create neither calculated table, nor calculated columns. I must use only existing relationships.

 

 

1 REPLY 1
ryan_mayu
Super User
Super User

could you pls provide some sample data and expected output?

 

have you tried to use merge query in PQ

Merge queries overview - Power Query | Microsoft Learn





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

Proud to be a Super User!




Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.