Return the names of columns of type Number.Type from the table Table.FromRecords({[a=1,b="hello"]}, type table[a=Number.Type, b=Text.Type])
Return a table with column CustomerID with values {1, 2}, column Name with values {"Bob", "Jim"}, and column Phone with values ...
Return a table with column CustomerID with values {1, 2}, column Name with values {"Bob", "Jim"}, and column Phone with values ...
Return a table with the null values in column b filled with the value above them from the table ({[a = 1, b = 2], a = 3, ...
Return a table with the null values in column b filled with the value below them from the table ({[a = 1, b = 2], a = 3, ...
Return the names of columns of type Number.Type from the table Table.FromRecords({[a=1,b="hello"]}, type table[a=Number.Type, ...
Return type is not valid in FunctionImport '{0}'. The FunctionImport can have no return type or return a collection of scalar ...
Return type is not valid in FunctionImport '{0}'. The FunctionImport must return a collection of scalar values or a collection ...
Returns -1, 0 or 1 based on the first text being less than, equal to, or greater than the second in dictionary order. Can ...
Returns 1 for if {0} is a positive number, -1 if it is a negative number, and 0 if it is zero. If {0} is null, Number.Sign ...