Table.PartitionValues

 

This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.

Returns information about how a table is partitioned.

Table.PartitionValues(table as table) as table;  

ArgumentDescription
tableThe input table.

A table is returned where each column is a partition column in the original table, and each row corresponds to a partition in the original table.

Show: