Search notes:

Power Query M formula language: Keywords

Keywords in the Power Query M formul language are
and
as The type assertion operator
each syntactic sugar to define anonymous «in-place» functions with one parameter
else
error
false
if
in Used as part of a let expression
is a type operator
let Used to start a let expression
meta
not
null
or
otherwise
section
shared
then
true
try
type
#binary
#date
#datetime
#datetimezone
#duration
#infinity
#nan
#sections
#shared
#table Used to create a table value.
#time
A keyword cannot be used as an identifier except when quoted or a generalized identifier is allowed.

Index