This function retrieves data regarding the partitioning of a table. The output is a table that contains a column for each partitioning column in the original table. Each row corresponds to a partition...
Syntax
Table.PartitionValues(table as table) as table
About
This function retrieves data regarding the partitioning of a table. The output is a table that contains a column for each partitioning column in the original table. Each row corresponds to a partition from the original table.