Forum Discussion
bo_afk
Post Patron
6 years agoTable join - multiple columns
I have two tables joined together on 3 columns 1. Market 2. WeekNumber 3. Division Using the columns from one table only, I'd like to filter the data for a metric in the other table. However, ...
- 6 years ago
You may take a look at the post below.
https://community.powerbi.com/t5/Desktop/composite-primary-key/td-p/307604
- 6 years ago
Hi v-chuncz-msft , thanks for the link.
I actually ended up doing something similar by merging the columns I wanted to join and then join the tables on these merged columns.
v-chuncz-msft
Community Support
6 years ago
You may take a look at the post below.
https://community.powerbi.com/t5/Desktop/composite-primary-key/td-p/307604
- bo_afk6 years ago
Post Patron
Hi v-chuncz-msft , thanks for the link.
I actually ended up doing something similar by merging the columns I wanted to join and then join the tables on these merged columns.