Types Overview

A type value is a value used to categorize other values into specific data types. The M Language offers an extensive range of type values to help you classify and manage different types of data effectively.

Available Type Values

Power Query offers the following type values:

FacetTypeDescription
Any.Typetype anyThe type that represents all values.
Binary.Typetype binaryThe type that represents all binary values.
Byte.TypeThe type that represents all bytes.
Character.TypeThe type that represents all characters.
Currency.TypeThe type that represents currency value.
Date.Typetype dateThe type that represents all date values.
DateTime.Typetype datetimeThe type that represents all date and time values without an associated timezone.
DateTimeZone.Typetype datetimezoneThe type that represents all date and time values relative to a timezone.
Decimal.Typetype numberThe type that represents fixed-point decimal number.
Double.TypeThe type that represents double precision floating point number.
Duration.Typetype durationThe type that represents all duration values
Function.Typetype functionThe type that represents all functions.
Guid.TypeThe type that represents a Guid value.
Int16.TypeThe type that represents signed 16 bit integer.
Int32.TypeThe type that represents signed 32 bit integer.
Int64.TypeThe type that represents signed 64 bit integer.
Int8.TypeThe type that represents signed 8 bit integer.
List.Typetype listThe type that represents all lists.
Logical.Typetype logicalThe type that represents all logical values.
None.Typetype noneThe type that represents no values.
Null.Typetype nullThe type that represents null.
Number.TypeThe type that represents all numbers.
Password.TypeThe type that represents a text password.
Percentage.TypeThe type that represents percentage value.
Record.Typetype recordThe type that represents all records.
Single.TypeThe type that represents single precision floating point number.
Table.Typetype tableThe type that represents all tables.
Text.Typetype textThe type that represents all text values.
Time.Typetype timeThe type that represents all time values.
Type.Typetype typeThe type that represents all types.
Uri.TypeThe type that represents a text URI.
BI Gorilla Youtube Channel

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.