Forum Discussion

mattabel5's avatar
mattabel5
Frequent Visitor
6 years ago
Solved

Dynamically Remove Duplicates

I have Power BI connected to my site's database.  I would like to have a table with two columns (AgentID and Office) that will stay current with a refresh.  I need this table to not contain any dupli...
  • camargos88's avatar
    camargos88
    6 years ago

    mattabel5 ,

     

    It will apply for each refresh. However, the remove duplicates function should be applied for a key column or composite columns.

     

    If you have more columns than AgentID and Office and you apply it only for AgentID...probably you are gonna get wrong values.

    You can apply it for more than 1 column.

     

    Ricardo