Record.TransformFields

Syntax

Record.TransformFields(record as record, transformOperations as list, optional missingField as nullable number) as record

Description

Returns a record after applying transformations specified in list transformOperations to record. One or more fields may be transformed at a given time.

Reference Data

https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference

Power Query M Functions / Record Functions / Record.TransformFields