Forum Discussion

mcadkins's avatar
mcadkins
New Member
5 years ago
Solved

Mapping a relationship where multiple fields refer to same column.

I am looking for some assistance with a relationship mapping I am trying to pull off.

I have a dashboard that refers to a user in multiple fields by their ID where the tables look something like this.

User Table

User IDName
1Barry
2Larry
3

Garry

4

Jerry

5

Mary

6

Cary

 

Account Table

Account NameProject ManagerAccount ExecutiveInstallation Technician
We Build Stuff125
BuildCo145
Building-R-Us346

 

Is there a way to allow me to relate each of the IDs in the columns of the account tables to the user ID

2 Replies

  • MattAllington's avatar
    MattAllington
    Icon for Community Champion rankCommunity Champion

    You need to unpivot your account table first. You do this in power query. Click on account name and then "unpivot other columns". This will give you a single column "value" (which you can rename) and you can then join on this column.