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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

How to join two tables with multiple common fields but no unique identifier

Hi, I'm still quite new to Power BI especially with the modeling part. 

 

I'm trying to join a table called LeadTimeGrid with the following columns:

CUSTOMERREGIONFACTORYSTANDARD LEAD TIME
AppleAsiaA10
AppleAfricaB8
AppleEuropeC8
BoyEuropeC5
BoyAsiaA7
BoyNorth AmericaD7
CatNorth AmericaE3

 

with the main FactTable:

CUSTOMERREGIONCOUNTRYFACTORYACTUAL LEAD TIME
AppleAsiaChinaA15
CatNorth AmericaUSAE25
BoyEuropeFranceC30
AppleEuropeItalyC2

 

Anyway I can create a new table or visualization that has the following data fields:

CUSTOMERREGIONCOUNTRYFACTORYACTUAL LEAD TIMESTANDARD LEAD TIME
AppleAsiaChinaA1510
CatNorth AmericaUSAE253
BoyEuropeFranceC305
AppleEuropeItalyC28

 

None of the values are unique, and I'm not sure if I'm supposed to create a many-to-many relationship with the different fields. 

Any help?

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@Anonymous 

you can just create a column

Column = maxx(FILTER(LeadTimeGrid,'Fact'[CUSTOMER]=LeadTimeGrid[CUSTOMER]&&'Fact'[REGION]=LeadTimeGrid[REGION]&&'Fact'[FACTORY]=LeadTimeGrid[FACTORY]),LeadTimeGrid[STANDARD LEAD TIME])

1.PNG





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

Proud to be a Super User!




View solution in original post

3 REPLIES 3
ryan_mayu
Super User
Super User

@Anonymous 

you can just create a column

Column = maxx(FILTER(LeadTimeGrid,'Fact'[CUSTOMER]=LeadTimeGrid[CUSTOMER]&&'Fact'[REGION]=LeadTimeGrid[REGION]&&'Fact'[FACTORY]=LeadTimeGrid[FACTORY]),LeadTimeGrid[STANDARD LEAD TIME])

1.PNG





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

Proud to be a Super User!




Anonymous
Not applicable

Thanks for this! I actually ended up merging these two ables. Works the same.

you are welcome





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

Proud to be a Super User!




Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.