Forum Discussion
Bridge table
- 9 years ago
There may be a better way to do this, but here is what I did:
- Duplicate one of your queries (Edit Query -> right click the query from the list on the left and click "duplicate")
- Right click on the column header and select "Remove Other Columns"
- If there are null / missing values, click the small arrow on the right side of the column header and click "Remove Empty"
- Right click on the column header and select "Remove Duplicates"
That gives you a unique list to use as the bridge.
Then define two relationships, a many to one from 'Created by' to the bridge, and a one to many from the bridge to 'Sold by'. Make sure both relationships are set to filter in both directions, and you should be good to go!
Hi
Yes it helped a lot, but I still can't show all the information I need in one matrix. I already have the correct numbers in two separate matrixes but they should be shown in one.
my model looks like this now:
I'm trying to merge the two top matrixes into one but the columns aren't showing the way I need it.
Thanks
Zara
ZaraSeif123 ,
Could you please share me the PBIX file for analysis?
Regards,
Lydia
- ZaraSeif1239 years agoFrequent Visitor
Thanks everybody. The problem is solved.
- Blackjack9 years agoAdvocate I
What's the point of only saying the problem is solved without sharing the final solution that solved your issue?
Someone might run into the same problem and won't be able to find the answer here. Just saying.- ZaraSeif1239 years agoFrequent Visitor
Hi
I've accepted one of the replies as the solutions.