Skip to main content

Make "combine binaries" independent from existence of a particular file


Since the November 2016 upgrade of Power BI Desktop, the "combine binaries" functionality is strongly improved. However, I have 1 suggestion for improvement already. The "combine binaries" functionality creates some objects, including a query "Sample Binary". This query returns the first file ...

Read more...
0 Comments

Read more...
0 Comments

STATUS DETAILS
Completed

List.Count returns 1 for empty tables in Table.AggregateTableColumn


When aggregating a table column with nested tables, count returns the number of records in the nested tables. However, if a nested table is empty, 1 is returned instead of 0. The generated code for aggregation is for example: Table.AggregateTableColumn((Table1,"Tables", {{"Order",List.Count...

Read more...
0 Comments

Read more...
0 Comments

STATUS DETAILS
Completed