Power Query
Power Query
Power Query
Power Query
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.FieldNames

Record.FieldNames

Returns the names of the fields.

function (record as record) as list

Description

Returns the names of the fields in the record record as text.

Category

Record.Selection

Examples

Find the names of the fields in the record.

Record.FieldNames([OrderID = 1, CustomerID = 1, Item = "Fishing rod", Price = 100.0])

{"OrderID","CustomerID", "Item", "Price"}

Previous
Record.FieldCount
Next
Record.FieldOrDefault
Last updated 2 years ago
Edit on GitHub
Contents
Record.FieldNames
Description
Category
Examples