跳至主要內容
現已提供

Power BI 報表撰寫 API 現在支援新的彙總函式

發佈日期: 二月 14, 2020

Power BI 報表撰寫 API 現在支援於建構資料欄位時使用新的彙總函式。 

現在,您可以在使用資料行彙總時,將彙總函式設定為 "DoNotSummarize"。 

const columnAggregation: pbi.models.IColumnAggrTarget = { 
    $schema: "https://powerbi.com/product/schema#columnAggr",   
    table: "Store",   
    column: "Name", 
    aggregationFunction: "DoNotSummarize" // (選用) 若未提供,則會使用預設。 
}; 

深入了解 Power BI 報表撰寫 API

  • Power BI Embedded
  • Features

相關產品