Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

How can I create a relationship between these two tables?

It looks like a many-to-many, but I can't figure out how to get it done in Power BI. Table 1 shows which Name can service which locations. Table 2 shows which trades each name is able to serve. ...
  • Greg_Deckler's avatar
    8 years ago

    Create a third query. Use one of your sources that has all the Names that you need and remove all other columns. Remove duplicates. Use this table to relate to each of the other tables. This is a bridge table. You will have to be somewhat careful with this as if you have information from both linked tables in the same visual it can cause problems unless you aggregate values from one of the tables. But, that is the general idea.