TableTable.AggregateTableColumn本頁導覽Table.AggregateTableColumn 將資料表的資料行彙總成包含資料表中的多個資料行。 Syntax Table.AggregateTableColumn( table as table, column as text, aggregations as list) as table Remarks 將 table[column] 中的資料表彙總成包含資料表之彙總值的多個資料行。aggregations 是用來指定包含要彙總之資料表的資料行、要套用至資料表以產生其值的彙總函式,以及要建立之彙總資料行的名稱。 Examples Example #1