Maintained with ☕️ by
IcePanel logo
Microsoft Azure logo
Original post

Power BI report authoring APIs now support a new aggregation function

Share

Services

Power BI report authoring APIs now support a new aggregation function when constructing data fields. When using column aggregation, you can now set the aggregation function to “DoNotSummarise”. `const columnAggregation: pbi.models.IColumnAggrTarget = { $schema: "https://powerbi.com/product/schema#columnAggr", table: "Store", column: "Name", aggregationFunction: "DoNotSummarise" // Optional, if not supplied default is used. }; ` [Learn more about Power BI report authoring APIs](https://github.com/microsoft/powerbi-report-authoring/wiki). * Power BI Embedded * Features * [ Power BI Embedded](https://azure.microsoft.com/en-gb/products/power-bi-embedded/)