Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Multiple client names for the same client.

Hi all,   I'm currently building a report where I want to show Sales per client, hours spend per client and more. But I have an issue with my data. The data that I input through Excel has mulitple ...
  • AntonioM's avatar
    AntonioM
    4 years ago

    Ok, It would be possible to use the many to many relationship. You can set the filter direction to be single and then use the column 'Client Name' and it will filter like normal. You'll need to check no calculations have changed (such as a SUMX over the client table would be 3x as many now) but overall you can get the same result.

     

     

    Another way would be to create one more table, just with the list of client names, each once. Then you can link this table to both the table in my other response and your clock in table and use that for the slicer.

     

    Now when you select John Doe from this new table:

    • John Doe is filtered from the clock in table
    • John Doe is filtered in the name variations table (Client Name)
    • The name variations table filters sales by all of the different John Doe variants (Client Name in Data).