跳到主内容
现已推出

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

相关产品