Forum Discussion
G0ggs
5 years agoHelper I
Pulling cell value from another table
Hello I had searched the forum but cannot find an answer, hoping someone can help. I have multiple table entries for peoples names in table 1 and in another table 2 I only have their name once. ...
- 5 years ago
the best way to do this is to join the tables via a one to many relationship between the names (ideally if you had a personid that would be better)
once you create that relationship you can pull data from both tables in a visual as they will be linked.
what do you need from table 1?
here is more information on how to do it;
https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-create-and-manage-relationships
G0ggs
5 years agoHelper I
just the age thanks that worked a treat