Skip to main content

Table.ReplacePartitionKey

Replaces the partition key of the specified table.

Syntax

Table.ReplacePartitionKey(
table as table,
partitionKey as list
) as table

Remarks

Replaces the partition key of the specified table.

Category

Table.Transformation