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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
ak77
Post Patron
Post Patron

Join more than one columns

Hi team,

 

i need a help. i have 2 tables 

Table1:

ak77_1-1695823033303.png

Table 2

 

ak77_2-1695823065497.png

 

i need to join both tables based on 2 columns Sequence and client and place FootNote ID in the Table 1 for the matchinas combination as shown below . Can someone please help..how to use multiple column join condition? i have attached sample pbix for reference

https://drive.google.com/file/d/1-PG8XJx_rdEweLeRNjViqYAj7dTO0O8V/view?usp=sharing

ak77_3-1695823172898.png

 

1 ACCEPTED SOLUTION

If you want FootNoteID to appear in Table 1, go into Table 1 and try to create a calculated column like:

FootNoteID = RELATED('Table2'[FootNoteID]). 

RELATED function (DAX) - DAX | Microsoft Learn





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

Proud to be a Super User!





View solution in original post

5 REPLIES 5
audreygerred
Super User
Super User

Hello! Create a concatenated field in both tables (Sequence and Client - I usually do it with "_" in between the two fields, so it would look like 000_c1, 000.000_c1, etc) then, join on the new field which is your key.





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

Proud to be a Super User!





Hi @audreygerred  , thanks

 

i tried by concatenated field in both tables and use them as common join column. 

 

but when i try to use columns of sheet1 table in calculated columns or measures of sheet2 table or viceversa.. it does not allow even though join is done... is it a normal behaviour?

If you want FootNoteID to appear in Table 1, go into Table 1 and try to create a calculated column like:

FootNoteID = RELATED('Table2'[FootNoteID]). 

RELATED function (DAX) - DAX | Microsoft Learn





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

Proud to be a Super User!





This was perfect solution i was looking for . Thanks a lot @audreygerred 

You're very welcome! 





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

Proud to be a Super User!





Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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