Power Query
Search…
published
Introduction
Accessing Data
Action
Binary
Binary Formats
Combiner
Comparer
Cube
Date
Date Time
Date Time Zone
Diagnostics
Duration
Error
Expression
Function
Lines
List
Logical
Metadata
Number
Record
Record.AddField
Record.Combine
Record.Field
Record.FieldCount
Record.FieldNames
Record.FieldOrDefault
Record.FieldValues
Record.FromList
Record.FromTable
Record.HasFields
Record.RemoveFields
Record.RenameFields
Record.ReorderFields
Record.SelectFields
Record.ToList
Record.ToTable
Record.TransformFields
Replacer
Splitter
Table
Text
Time
Type
Uri
Values
Powered By
GitBook
Record.Combine
Record.Combine
Combines the records in the given list.
function (
records
as list) as record
Description
Combines the records in the given
records
. If the
records
contains non-record values, an error is returned.
Category
Record.Transformations
Examples
Create a combined record from the records.
1
Record.Combine({ [CustomerID =1, Name ="Bob"] , [Phone = "123-4567"]})
Copied!
[CustomerID=1, Name="Bob", Phone="123-4567"]
Previous
Record.AddField
Next
Record.Field
Last modified
3yr ago
Copy link
Contents
Record.Combine
Description
Category
Examples