Assuming: 您在第7行犯了錯誤,“不受限制”應(yīng)該是最常見的值之一; 您還想知道33是第12行中的最低值,而不僅僅是最高值; 可以有多個要連接的唯一文本值。 let Source = Excel.CurrentWorkbook(){[Name="Tabel1"]}[Content], #"Changed Type" = Table.TransformColumnTypes(Source,{{"Column1", type text}, {"Column2", type text}, {"Column3", type text}, {"Column4", type text}, {"Column5", type text}, {"Column6", type text}}), #"Added Custom1" = Table.AddColumn(#"Changed Type", "Lists", each Text.Split(Text.Combine({[Column1],[Column2],[Column3],[Column4],[Column5],[Column6]},"|"),"|")), #"Added Custom" = Table.AddColumn(#"Added Custom1", "Most Common", each Text.Combine(List.M