已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
List.Distinct(list as list, optional equationCriteria as any) as list
傳回清單,內含清單 list 中移除重複項後的所有值。 如果清單為空白,則結果為空白清單。
list
移除清單 {1, 1, 2, 3, 3, 3} 中的重複項。
使用方式
List.Distinct({1, 1, 2, 3, 3, 3})
輸出
{1, 2, 3}
方程式準則
此頁面對您有幫助嗎?