Forum Discussion

fedeleu's avatar
fedeleu
Frequent Visitor
4 years ago
Solved

Problems with Table.Distinct

Hi! I have the following code let     Origen = Table.Combine({Unico2020, Unico2021}),     #"Filas filtradas" = Table.SelectRows(Origen, each ([Titolare] = "Empresa")),     #"Tipo cambiado" = Tab...
  • KNP's avatar
    4 years ago

    Hi fedeleu,

     

    Can you try adding Table.Buffer(PreviousStep), immediately before the Table.Distinct step?

    Let me know if this improves the results for you.

     

    Regards,

    Kim