This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
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, when I apply the filter, the metric doesn't change. I realised that the data only chages for the column where I've marked the join as "make this relationship active", but i can only do this for one column.
How can I filter the metrics based on all 3 columns of the other table?
Thanks
Solved! Go to Solution.
You may take a look at the post below.
https://community.powerbi.com/t5/Desktop/composite-primary-key/td-p/307604
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.
@bo_afk ,
I think you want to join on more than one column. Create a concateneated column in both tables like this
key = Market & "-" & WeekNumber &"-"& Division
and join.
Power BI mutiple joins are there to change relation using userelation. You can check my HR Anaytics blog for that. Link is in signature.
You may take a look at the post below.
https://community.powerbi.com/t5/Desktop/composite-primary-key/td-p/307604
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.
Hello @bo_afk ,
You need to create measures by using dax : USERELATIONSHIP
This will help you to filter your visuals accordingly.
If you could share the sample data along with expected results, then we could provide a better solution.
Cheers!
Vivek
If it helps, please mark it as a solution
Kudos would be a cherry on the top 🙂
https://www.vivran.in/
Connect on LinkedIn
Is it possible for you to share the sample data file? It will help in creating specific solution in this context
Cheers!
Vivek
https://www.vivran.in/
Connect on LinkedIn
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 25 | |
| 24 | |
| 22 | |
| 21 | |
| 19 |
| User | Count |
|---|---|
| 52 | |
| 48 | |
| 47 | |
| 22 | |
| 21 |