Forum Discussion
ak77
Post Patron
2 years agoJoin more than one columns
Hi team, i need a help. i have 2 tables Table1: Table 2 i need to join both tables based on 2 columns Sequence and client and place FootNote ID in the Table 1 for the matchi...
- 2 years ago
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]).
audreygerred
Super User
2 years agoIf you want FootNoteID to appear in Table 1, go into Table 1 and try to create a calculated column like:
FootNoteID = RELATED('Table2'[FootNoteID]).
ak77
Post Patron
2 years agoThis was perfect solution i was looking for . Thanks a lot audreygerred
- audreygerred2 years ago
Super User
You're very welcome!