Search notes:

Power Query M formula language: #shared

#shared is an intrinsic variable whose value is a record that contains the names and values of all shared section members currently in scope.
In a «top-level context», the simple expression #shared shows all global objects:
#shared is especially useful in the standard library function Expression.Evaluate to pass as the environment parameter.

Index