karmaimages
Board Regular
- Joined
- Oct 1, 2009
- Messages
- 112
- Office Version
- 365
- Platform
- Windows
Hi,
I'm using power query to looking some values against an external data source of user accounts.
So where I have for example
If the user has 2 or more accounts as they're been recreated for example
Where I'm linking on Name and Display Name to gather the manager name I'm getting the result as
This is messing up some counts that are needed for reports as it's creating necessary rows, how do I get Power Query to only add the one row not create multiple for the same person?
I'm using power query to looking some values against an external data source of user accounts.
So where I have for example
Name | Manager |
Joe Bloggs | (Lookup Value) |
If the user has 2 or more accounts as they're been recreated for example
Display Name | Account Name | Manager |
Joe Bloggs | Joe Bloggs | Jane Doe |
Joe Bloggs | Joe Bloggs2 | Jane Doe |
Joe Bloggs | Joe Bloggs3 | Jane Doe |
Where I'm linking on Name and Display Name to gather the manager name I'm getting the result as
Name | Manager |
Joe Bloggs | Jane Doe |
Joe Bloggs | |
Joe Bloggs |
This is messing up some counts that are needed for reports as it's creating necessary rows, how do I get Power Query to only add the one row not create multiple for the same person?