PowerQueryFormulaItemType enumeration

PowerQueryFormulaItemType enumeration

Represents the type of a Power Query formula item.

The PowerQueryFormulaItemType type exposes the following members:

Fields

FieldDescription
UNKNOWNUnknown or default type.
FUNCTIONThe item is a function (contains => arrow).
PARAMETERThe item is a parameter.
LISTThe item is a list (starts with {).
LITERALThe item is a literal value (string, number, boolean, null).

See Also