Power Query
published
Search
⌃K
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.
Record.FieldCount([CustomerID = 1, Name = "Bob"])
2
Previous
Record.Field
Next
Record.FieldNames
Last modified
4yr ago