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.FieldCount

Record.FieldCount

Returns the number of fields in the record.
function (record as record) as number

Description

Returns the number of fields in the record record.

Category

Record.Information

Examples

Find the number of fields in the record.
1
Record.FieldCount([CustomerID = 1, Name = "Bob"])
Copied!
2
Previous
Record.Field
Next
Record.FieldNames
Last modified 3yr ago
Copy link
Contents
Record.FieldCount
Description
Category
Examples