[Dossier = _t, Voiture = _t, couleur = _t]), #"Grouped Rows" = Table.Group(Source, {"Dossier"}, {{"Rows", each _, type table [Dossier=nullable text, Voiture=nullable text, couleur=nullable text]}}), #"Added NB Occurences" = Table.TransformColumns(#"Grouped Rows...