Updated Articles


Welcome to our updated articles section. Here, you’ll find the most recent updates and additions to our Power Query M language function documentation, neatly organized for your convenience. This section is divided into several categories for easy navigation:

  • New Additions: Keep an eye out for items labelled as new. These represent the latest pages that have been added to our website to make sure you can make use of the latest functions right away.
  • Updated Content: All other categories concern existing content that has received updates or revisions. These have categories such as Functions, Enumerations, and Pages.

Use this page to stay up-to-date with the Power Query M language functions and to keep track of updated articles.

November 2023

NameCategoryDescriptionLast update
List.PositionOfAnyFunctionsReturns the first offset of a value in a list.Nov 28, 2023
List.ReplaceMatchingItemsFunctionsApplies each replacement of { old, new }.Nov 28, 2023
List.ReplaceRangeFunctionsReplaces count number of values starting at position with the replacement values.Nov 28, 2023
List.ReplaceValueFunctionsSearches a list for the specified value and replaces it.Nov 28, 2023
List.TransformFunctionsReturns a new list of values computed from this list.Nov 28, 2023
List.TransformManyFunctionsReturns a list whose elements are transformed from the input list using specified functions.Nov 28, 2023
Action.WithErrorContextNewThis function is intended for internal use only.Nov 24, 2023
AzureDataFactory.ActionsNewConnect to Azure Data Factory ServiceNov 24, 2023
AzureDatabricksWorkspace.ActionsNewConnect to Azure Databricks workspaceNov 24, 2023
AzureKeyVault.ActionsNewConnect to Azure Keyvault ServiceNov 24, 2023
AzureResourceGraph.QueryNewNov 24, 2023
AzureSynapseWorkspace.ActionsNewConnect to Azure Synapse ServiceNov 24, 2023
AzureTrino.ContentsNewNov 24, 2023
DremioCloud.DatabasesByServerV360NewReturns a table listing the datasets on the specified server on Dremio CloudNov 24, 2023
EmplifiMetrics.ContentsNewNov 24, 2023
Function.InvokeWithErrorContextNewThis function is intended for internal use only.Nov 24, 2023
IoTHub.ContentsNewUsed to connect to Azure IoT Hub.Nov 24, 2023
MongoDBAtlasForPipeline.DatabaseNewConnect to MongoDB Atlas For PipelineNov 24, 2023
MongoDBForPipeline.ContentsNewUsed to connect to MongoDB For Pipeline.Nov 24, 2023
Parquet.MetadataNewThis function is intended for internal use only.Nov 24, 2023
PlanviewOKR.ContentsNewEnter the URL of your Planview OKR account.Nov 24, 2023
PowerBIDatasets.ActionsNewConnect to PowerBIDatasetsNov 24, 2023
Table.WithErrorContextNewThis function is intended for internal use only.Nov 24, 2023
Table.AddRankColumnFunctionsAppends a column with the ranking of one or more other columns.Nov 18, 2023
Table.BufferFunctionsBuffers a table in memory, isolating it from external changes during evaluation.Nov 18, 2023
Type.IsNullableFunctionsReturns true if a type is a nullable type; otherwise, false.Nov 15, 2023
Type.IsOpenRecordFunctionsReturns whether a record type is open.Nov 15, 2023
Type.ListItemFunctionsReturns an item type from a list type.Nov 15, 2023
Type.NonNullableFunctionsReturns the non nullable type from a type.Nov 15, 2023
Type.OpenRecordFunctionsReturns an opened version of the given record type (or the same type, if it is already open).Nov 15, 2023
Type.RecordFieldsFunctionsReturns a record describing the fields of a record type with each field of the returned record type having a corresponding name and a value.Nov 15, 2023
Type.ReplaceTableKeysFunctionsReturns a new table type with all keys replaced by the specified list of keys.Nov 15, 2023
Type.TableColumnFunctionsReturns the type of a column in a table.Nov 15, 2023
Type.TableKeysFunctionsReturns the possibly empty list of keys for the given table type.Nov 15, 2023
Type.TableRowFunctionsReturns the row type of the table type.Nov 15, 2023
Type.TableSchemaFunctionsReturns a table containing a description of the columns (i.eNov 15, 2023
Type.UnionFunctionsReturns the union of a list of types.Nov 15, 2023
Type.ReplaceFacetsFunctionsReplaces the facets of a type.Nov 13, 2023
Type.AddTableKeyFunctionsAdds a key to the given table type.Nov 11, 2023
Type.ClosedRecordFunctionsReturns a closed version of the given record type (or the same type, if it is already closed).Nov 11, 2023
Type.FacetsFunctionsReturns the facets of a type.Nov 11, 2023
Type.ForFunctionFunctionsReturns a type that represents functions with specific parameter and return type constraints.Nov 11, 2023
Type.ForRecordFunctionsReturns a type that represents records with specific type constraints on fields.Nov 11, 2023
Type.FunctionParametersFunctionsReturns a record with field values set to the name of the parameters of a function type, and their values set to their corresponding types.Nov 11, 2023
Type.FunctionRequiredParametersFunctionsReturns a number indicating the minimum number of parameters required to invoke the type of function.Nov 11, 2023
Type.FunctionReturnFunctionsReturns a type returned by a function type.Nov 11, 2023
Type.IsFunctionsDetermines if a value of the first type is always compatible with the second type.Nov 11, 2023

October 2023

NameCategoryDescriptionLast update
Combiner.CombineTextByLengthsFunctionsReturns a function that combines a list of text into a single text using the specified lengths.Oct 30, 2023
Date.FromTextFunctionsCreates a Date from local, universal, and custom Date formats.Oct 28, 2023
DateTime.FromTextFunctionsCreates a datetimezone from local and universal datetime formats.Oct 28, 2023
Comparer.FromCultureFunctionsReturns a comparer function given the culture and a logical value for case sensitivity for the comparison.Oct 27, 2023
Date.ToTextFunctionsReturns a textual representation of the date value.Oct 25, 2023
DateTime.ToTextFunctionsReturns a textual representation of the datetime value.Oct 25, 2023
DateTimeZone.ToTextFunctionsReturns a textual representation of the datetimezone value.Oct 25, 2023
Number.ToTextFunctionsFormats the given number as text.Oct 25, 2023
Time.ToTextFunctionsReturns a textual representation of the time value.Oct 25, 2023
Table.ReplaceValueFunctionsReplaces one value with another in the specified columns.Oct 23, 2023
List.FirstNFunctionsReturns the first set of items in the list by specifying how many items to return or a qualifying condition.Oct 20, 2023
Table.ExpandRecordColumnFunctionsExpands a column of records into columns with each of the values.Oct 20, 2023

September 2023

NameCategoryDescriptionLast update
Combiner.CombineTextByPositionsFunctionsReturns a function that combines a list of text into a single text using the specified positions.Sep 22, 2023
Combiner.CombineTextByRangesFunctionsReturns a function that combines a list of text into a single text using the specified positions and lengths.Sep 22, 2023
Sql.DatabaseFunctionsReturns a table of SQL tables, views, and stored functions from the SQL Server database.Sep 20, 2023
Table.StopFoldingFunctionsPrevents any downstream operations from being run against the original source of the data.Sep 20, 2023
Value.NativeQueryFunctionsEvaluates a query against a target.Sep 20, 2023
WebMethod.DeleteEnumerationsSpecifies the DELETE method for HTTP.Sep 20, 2023
WebMethod.GetEnumerationsSpecifies the GET method for HTTP.Sep 20, 2023
WebMethod.HeadEnumerationsSpecifies the HEAD method for HTTP.Sep 20, 2023
WebMethod.PatchEnumerationsSpecifies the PATCH method for HTTP.Sep 20, 2023
WebMethod.PostEnumerationsSpecifies the POST method for HTTP.Sep 20, 2023
WebMethod.PutEnumerationsSpecifies the PUT method for HTTP.Sep 20, 2023
LimitClauseKind.AnsiSql2008EnumerationsThis SQL dialect supports an ANSI SQL-compatible LIMIT N ROWS specifier to limit the number of rows returned.Sep 13, 2023
LimitClauseKind.LimitEnumerationsThis SQL dialect supports a LIMIT specifier to limit the number of rows returned.Sep 13, 2023
LimitClauseKind.LimitOffsetEnumerationsThis SQL dialect supports LIMIT and OFFSET specifiers to limit the number of rows returned.Sep 13, 2023
LimitClauseKind.NoneEnumerationsThis SQL dialect does not support a limit clause.Sep 13, 2023
LimitClauseKind.TopEnumerationsThis SQL dialect supports a TOP specifier to limit the number of rows returned.Sep 13, 2023
List.InsertRangeFunctionsInserts values into a list at the given index.Sep 12, 2023
List.UnionFunctionsReturns the union of the list values found in the input.Sep 6, 2023
List.CombineFunctionsReturns a single list by combining multiple lists.Sep 5, 2023
Guid.FromFunctionsReturns a guid value from the given value.Sep 4, 2023

August 2023

NameCategoryDescriptionLast update
List.PositionOfFunctionsReturns the offset(s) of a value in a list.Aug 30, 2023
Table.TransformColumnsFunctionsTransforms the values of one or more columns.Aug 30, 2023
List.DifferenceFunctionsReturns the difference of the two given lists.Aug 29, 2023
List.DistinctFunctionsReturns a list of values with duplicates removed.Aug 29, 2023
List.RemoveNullsFunctionsRemoves all “null” values from the specified list.Aug 29, 2023
List.RemoveRangeFunctionsRemoves count number of values starting at the specified position.Aug 29, 2023
List.SkipFunctionsReturns a list that skips the specified number of elements at the beginning of the list.Aug 29, 2023
List.IntersectFunctionsReturns the intersection of the list values found in the input.Aug 28, 2023
List.RemoveItemsFunctionsRemoves items from list1 that are present in list.Aug 28, 2023
List.RemoveMatchingItemsFunctionsRemoves all occurrences of the input values.Aug 28, 2023
List.LastFunctionsReturns the last value of the list or the specified default if empty.Aug 27, 2023
List.LastNFunctionsReturns the last value in the listAug 27, 2023
List.MaxFunctionsReturns the maximum value or the default value for an empty list.Aug 27, 2023
List.MaxNFunctionsReturns the maximum value(s) in the listAug 27, 2023
List.MinFunctionsReturns the minimum value or the default value for an empty list.Aug 27, 2023
List.MinNFunctionsReturns the minimum value(s) in the listAug 27, 2023
List.RangeFunctionsReturns a subset of the list beginning at an offset.Aug 27, 2023
List.RemoveFirstNFunctionsReturns a list that skips the specified number of elements at the beginning of the list.Aug 27, 2023
List.RemoveLastNFunctionsReturns a list that removes the specified number of elements from the end of the list.Aug 27, 2023
List.FirstFunctionsReturns the first value of the list or the specified default if empty.Aug 25, 2023
List.NumbersFunctionsReturns a list of numbers given an initial value, count, and optional increment value.Aug 25, 2023
List.RandomFunctionsReturns a list of random numbers.Aug 25, 2023
List.RepeatFunctionsReturns a list that is count repetitions of the original list.Aug 25, 2023
List.SplitFunctionsSplits the specified list into a list of lists using the specified page size.Aug 25, 2023
List.ZipFunctionsReturns a list of lists by combining items at the same position in multiple lists.Aug 25, 2023
Diagnostics.ActivityIdFunctionsReturns an opaque identifier for the currently-running evaluation.Aug 24, 2023
Diagnostics.TraceFunctionsWrites a trace entry, if tracing is enabled, and returns the value.Aug 24, 2023
Error.RecordFunctionsReturns an error record from the provided text values for reason, message and detail.Aug 24, 2023
List.ReverseFunctionsReverses the order of values in the list.Aug 24, 2023
TraceLevel.CriticalEnumerationsSpecifies Critical trace level.Aug 24, 2023
TraceLevel.ErrorEnumerationsSpecifies Error trace level.Aug 24, 2023
TraceLevel.InformationEnumerationsSpecifies Information trace level.Aug 24, 2023
TraceLevel.VerboseEnumerationsSpecifies Verbose trace level. Aug 24, 2023
TraceLevel.WarningEnumerationsSpecifies Warning trace level.Aug 24, 2023
Cube.TransformFunctionsApplies a list of cube functions.Aug 21, 2023
Value.IsFunctionsDetermines whether a value is compatible with the specified type.Aug 21, 2023
SapHanaRangeOperator.EqualsEnumerations‘Equals’ range operator for SAP HANA input parameters.Aug 18, 2023
SapHanaRangeOperator.GreaterThanEnumerations‘Greater than’ range operator for SAP HANA input parameters.Aug 18, 2023
SapHanaRangeOperator.GreaterThanOrEqualsEnumerations‘Greater than or equals’ range operator for SAP HANA input parameters.Aug 18, 2023
SapHanaRangeOperator.LessThanEnumerations‘Less than’ range operator for SAP HANA input parameters.Aug 18, 2023
SapHanaRangeOperator.LessThanOrEqualsEnumerations‘Less than or equals’ range operator for SAP HANA input parameters.Aug 18, 2023
SapHanaRangeOperator.NotEqualsEnumerations‘Not equals’ range operator for SAP HANA input parameters.Aug 18, 2023
Number.BitwiseAndFunctionsReturns the result of performing a bitwise “And” operation between the two inputs.Aug 16, 2023
Number.BitwiseNotFunctionsReturns a byte where each bit is the opposite of the input.Aug 16, 2023
Number.BitwiseOrFunctionsReturns the result of performing a bitwise “Or” between the two inputs.Aug 16, 2023
Number.BitwiseShiftLeftFunctionsShifts the bits set to the left.Aug 16, 2023
Number.BitwiseShiftRightFunctionsShifts the bits set to the right.Aug 16, 2023
Number.BitwiseXorFunctionsReturns the result of performing a bitwise “XOR” (Exclusive-OR) between the two inputs.Aug 16, 2023
Comparer.EqualsFunctionsReturns a logical value based on the equality check over the two given values.Aug 13, 2023
Comparer.OrdinalFunctionsReturns a comparer function which uses Ordinal rules to compare values.Aug 13, 2023
Comparer.OrdinalIgnoreCaseFunctionsReturns a case-insensitive comparer function which uses Ordinal rules to compare values.Aug 13, 2023
SapHanaDistribution.AllEnumerations‘All’ distribution option for SAP HANA.Aug 10, 2023
SapHanaDistribution.ConnectionEnumerations‘Connection’ distribution option for SAP HANA.Aug 10, 2023
SapHanaDistribution.OffEnumerations‘Off’ distribution option for SAP HANA.Aug 10, 2023
SapHanaDistribution.StatementEnumerations‘Statement’ distribution option for SAP HANA.Aug 10, 2023
Binary.ToTextFunctionsEncodes binary data into a text form.Aug 5, 2023
Splitter.SplitByNothingFunctionsReturns a function that does no splitting, returning its argument as a single element list.Aug 5, 2023
Splitter.SplitTextByAnyDelimiterFunctionsReturns a function that splits text into a list of text at any of the specified delimiters.Aug 5, 2023
Splitter.SplitTextByCharacterTransitionFunctionsReturns a function that splits text into a list of text according to a transition from one kind of character to anotherAug 5, 2023
Table.CombineColumnsToRecordFunctionsCombines the specified columns into a new record-valued column where each record has field names and values corresponding to the column names and values of the columns that were combined.Aug 5, 2023
Duration.ToTextFunctionsReturns the text of the form “d.h:m:s”.Aug 1, 2023
Table.TransposeFunctionsMakes columns into rows and rows into columns.Aug 1, 2023

July 2023

NameCategoryDescriptionLast update
List.AccumulateFunctionsAccumulates a summary value from the items in the list.Jul 21, 2023
List.AllTrueFunctionsReturns true if all expressions are true.Jul 21, 2023
List.AlternateFunctionsReturns a list comprised of all the odd numbered offset elements in a list.Jul 21, 2023
Text.NewGuidFunctionsReturns a new, random globally unique identifier (GUID).Jul 21, 2023
Character.FromNumberFunctionsConverts the number to its character value.Jul 20, 2023
Character.ToNumberFunctionsConverts a character to its number value.Jul 20, 2023
Record.FromListFunctionsReturns a record given a list of field values and a set of fields.Jul 20, 2023
Combiner.CombineTextByDelimiterFunctionsReturns a function that combines a list of text values into a single text value using the specified delimiter.Jul 15, 2023
Combiner.CombineTextByEachDelimiterFunctionsReturns a function that combines a list of text into a single text using each specified delimiter in sequence.Jul 15, 2023
BinaryEncoding.Base64EnumerationsConstant to use as the encoding type when base-64 encoding is required.Jul 12, 2023
BinaryEncoding.HexEnumerationsConstant to use as the encoding type when hexadecimal encoding is required.Jul 12, 2023
BinaryOccurrence.OptionalEnumerationsThe item is expected to appear zero or one time in the input.Jul 12, 2023
BinaryOccurrence.RepeatingEnumerationsThe item is expected to appear zero or more times in the input.Jul 12, 2023
BinaryOccurrence.RequiredEnumerationsThe item is expected to appear once in the input.Jul 12, 2023
DateTime.FixedLocalNowFunctionsReturns the current date and time in the local timezoneJul 10, 2023
DateTime.LocalNowFunctionsReturns the current date and time in the local timezone.Jul 10, 2023
DateTimeZone.FixedLocalNowFunctionsReturns the current date & time in the local timezoneJul 10, 2023
DateTimeZone.FixedUtcNowFunctionsReturns the current date and time in UTC (the GMT timezone)Jul 10, 2023
DateTimeZone.FromFunctionsCreates a datetimezone from the given value.Jul 10, 2023
DateTimeZone.FromFileTimeFunctionsCreates a datetimezone from a 64 bits long number.Jul 10, 2023
DateTimeZone.FromTextFunctionsCreates a datetimezone from local, universal, and custom datetimezone formats.Jul 10, 2023
DateTimeZone.LocalNowFunctionsReturns the current date & time in the local timezone.Jul 10, 2023
DateTimeZone.RemoveZoneFunctionsRemoves timezone information from the given datetimezone value.Jul 10, 2023
DateTimeZone.SwitchZoneFunctionsChanges the timezone of the value.Jul 10, 2023
DateTimeZone.ToLocalFunctionsConverts the timezone component to the local timezone.Jul 10, 2023
DateTimeZone.ToRecordFunctionsReturns a record containing the datetimezone value’s parts.Jul 10, 2023
DateTimeZone.ToUtcFunctionsConverts the timezone component to UTC timezone.Jul 10, 2023
DateTimeZone.UtcNowFunctionsReturns the current date and time in UTC (the GMT timezone).Jul 10, 2023
DateTimeZone.ZoneHoursFunctionsChanges the timezone of the value.Jul 10, 2023
DateTimeZone.ZoneMinutesFunctionsChanges the timezone of the value.Jul 10, 2023
Expression.EvaluateFunctionsReturns the result of evaluating an M expression.Jul 6, 2023
Function.InvokeAfterFunctionsInvokes the given function after the specified duration has passed.Jul 6, 2023
Table.SkipFunctionsReturns a table with the first count rows skipped.Jul 6, 2023
Number.FromFunctionsCreates a number from the given value.Jul 3, 2023
Text.InferNumberTypeFunctionsInfers the granular number type (Int64.Type, Double.Type, and so on) of a number encoded in text.Jul 3, 2023

June 2023

NameCategoryDescriptionLast update
BufferMode.DelayedEnumerationsThe type of the value is computed immediately but its contents aren’t buffered until data is needed, at which point the entire value is immediately buffered.Jun 28, 2023
BufferMode.EagerEnumerationsThe entire value is immediately buffered in memory before continuing.Jun 28, 2023
ByteOrder.BigEndianEnumerationsA possible value for the byteOrder parameter in BinaryFormat.ByteOrder. The most significant byte appears first in Big Endian byte order.Jun 28, 2023
ByteOrder.LittleEndianEnumerationsA possible value for the byteOrder parameter in BinaryFormat.ByteOrder. The least significant byte appears first in Little Endian byte order.Jun 28, 2023
Compression.BrotliEnumerationsThe compressed data is in the ‘Brotli’ format.Jun 28, 2023
Compression.DeflateEnumerationsThe compressed data is in the ‘Deflate’ format.Jun 28, 2023
Compression.GZipEnumerationsThe compressed data is in the ‘GZip’ format.Jun 28, 2023
Compression.LZ4EnumerationsThe compressed data is in the ‘LZ4’ format.Jun 28, 2023
Compression.NoneEnumerationsThe data is uncompressed.Jun 28, 2023
Compression.SnappyEnumerationsThe compressed data is in the ‘Snappy’ format.Jun 28, 2023
Compression.ZstandardEnumerationsThe compressed data is in the ‘Zstandard’ format.Jun 28, 2023
CsvStyle.QuoteAfterDelimiterEnumerationsQuotes in a field are only significant immediately following the delimiter.Jun 28, 2023
CsvStyle.QuoteAlwaysEnumerationsQuotes in a field are always significant regardless of where they appear.Jun 28, 2023
Lines.FromTextFunctionsConverts a text value to a list of text values split at lines breaksJun 28, 2023
Table.GroupFunctionsGroups rows in the table that have the same key.Jun 28, 2023
Table.JoinFunctionsJoins the rows from the two tables that match based on the given keys.Jun 28, 2023
Table.NestedJoinFunctionsPerforms a join between tables on supplied columns and produces the join result in a new column.Jun 28, 2023
Text.ContainsFunctionsReturns whether the text contains the substring.Jun 28, 2023
Text.EndsWithFunctionsIndicates whether the text ends in the specified value.Jun 28, 2023
Text.FromFunctionsCreates a text value from the given value.Jun 28, 2023
Text.LengthFunctionsReturns the number of characters.Jun 28, 2023
Text.PositionOfFunctionsReturns the first position of the value (-1 if not found).Jun 28, 2023
Text.PositionOfAnyFunctionsReturns the first position in the text value of any listed character (-1 if not found).Jun 28, 2023
Text.ReplaceFunctionsReplaces all occurrences of the given substring in the text.Jun 28, 2023
Text.ReplaceRangeFunctionsRemoves a range of characters and inserts a new value at a specified position.Jun 28, 2023
Text.StartsWithFunctionsIndicates whether the text starts with a specified value.Jun 28, 2023
Text.CleanFunctionsReturns the text value with all control characters removed.Jun 27, 2023
Text.FormatFunctionsReturns formatted text from a format string and arguments.Jun 27, 2023
Text.RepeatFunctionsReturns a text value composed of the input text repeated a specified number of times.Jun 27, 2023
Text.ReverseFunctionsReverses the provided textJun 27, 2023
Text.SplitFunctionsSplits text into a list of text values based upon a specified delimiter.Jun 27, 2023
Text.SplitAnyFunctionsReturns a list of text values, split on any of the characters in the delimiter.Jun 27, 2023
Text.ToListFunctionsReturns a list of character values from the given text value.Jun 27, 2023
Text.TrimFunctionsRemoves all leading and trailing whitespace.Jun 27, 2023
Table.FromListFunctionsConverts a list into a table by applying the specified splitting function to each item in the list.Jun 25, 2023
Text.UpperFunctionsConverts all characters to uppercase.Jun 25, 2023
Day.FridayEnumerationsRepresents Friday.Jun 24, 2023
Day.MondayEnumerationsRepresents Monday.Jun 24, 2023
Day.SaturdayEnumerationsRepresents Saturday.Jun 24, 2023
Day.SundayEnumerationsRepresents Sunday.Jun 24, 2023
Day.ThursdayEnumerationsRepresents Thursday.Jun 24, 2023
Day.TuesdayEnumerationsRepresents Tuesday.Jun 24, 2023
Day.WednesdayEnumerationsRepresents Wednesday.Jun 24, 2023
ExtraValues.ErrorEnumerationsIf the splitter function returns more columns than the table expects, an error should be raised.Jun 24, 2023
ExtraValues.IgnoreEnumerationsIf the splitter function returns more columns than the table expects, they should be ignored.Jun 24, 2023
ExtraValues.ListEnumerationsIf the splitter function returns more columns than the table expects, they should be collected into a list.Jun 24, 2023
RankKind.CompetitionEnumerationsIdentical items receive the same rank. In case of identical items there is a gap before the next rank. This approach may generate non-sequential rankings, with the possibility of repeated rank numbers.Jun 24, 2023
RankKind.DenseEnumerationsIdentical items receive the same rank and the next ranking item is numbered consecutively without gap. Method guarantees a ranking with consecutive numbers where a rank can appear multiple times.Jun 24, 2023
RankKind.OrdinalEnumerationsEvery item, even those that are identical, gets a unique rank. Duplicate values get consecutive rankings.Jun 24, 2023
RelativePosition.FromEndEnumerationsIndicates indexing should be done from the end of the input.Jun 24, 2023
RelativePosition.FromStartEnumerationsIndicates indexing should be done from the start of the input.Jun 24, 2023
RoundingMode.AwayFromZeroEnumerationsRound away from zero when there is a tie between the possible numbers to round to.Jun 24, 2023
RoundingMode.DownEnumerationsRound down when there is a tie between the possible numbers to round to.Jun 24, 2023
RoundingMode.ToEvenEnumerationsRound to the nearest even number when there is a tie between the possible numbers to round to.Jun 24, 2023
RoundingMode.TowardZeroEnumerationsRound toward zero when there is a tie between the possible numbers to round to.Jun 24, 2023
RoundingMode.UpEnumerationsRound up when there is a tie between the possible numbers to round to.Jun 24, 2023
SapBusinessWarehouseExecutionMode.BasXmlEnumerations‘bXML flattening mode’ option for MDX execution in SAP Business Warehouse.Jun 24, 2023
SapBusinessWarehouseExecutionMode.BasXmlGzipEnumerations‘Gzip compressed bXML flattening mode’ option for MDX execution in SAP Business Warehouse. Recommended for low latency or high volume queries.Jun 24, 2023
SapBusinessWarehouseExecutionMode.DataStreamEnumerations‘DataStream flattening mode’ option for MDX execution in SAP Business Warehouse.Jun 24, 2023
ODataOmitValues.NullsEnumerationsAllows the OData service to omit null values.Jun 22, 2023
Order.AscendingEnumerationsSorts the values in ascending order.Jun 22, 2023
Order.DescendingEnumerationsSorts the values in descending order.Jun 22, 2023
PercentileMode.ExcelExcEnumerationsWhen interpolating values for List.Percentile, use a method compatible with Excel’s PERCENTILE.EXC.Jun 22, 2023
PercentileMode.ExcelIncEnumerationsWhen interpolating values for List.Percentile, use a method compatible with Excel’s PERCENTILE.INC.Jun 22, 2023
PercentileMode.SqlContEnumerationsWhen interpolating values for List.Percentile, use a method compatible with SQL Server’s PERCENTILE_CONT.Jun 22, 2023
PercentileMode.SqlDiscEnumerationsWhen interpolating values for List.Percentile, use a method compatible with SQL Server’s PERCENTILE_DISC.Jun 22, 2023
Precision.DecimalEnumerationsAn optional parameter for the built-in arthimetic operators to specify decimal precision.Jun 22, 2023
Precision.DoubleEnumerationsAn optional parameter for the built-in arthimetic operators to specify double precision.Jun 22, 2023
QuoteStyle.CsvEnumerationsQuote characters indicate the start of a quoted string. Nested quotes are indicated by two quote characters.Jun 22, 2023
QuoteStyle.NoneEnumerationsQuote characters have no significance.Jun 22, 2023
Table.ProfileFunctionsReturns a profile of the columns of a table.Jun 22, 2023
Text.LowerFunctionsConverts all characters to lowercase.Jun 22, 2023
Text.ProperFunctionsCapitalizes the first letter of each word.Jun 22, 2023
List.ContainsFunctionsIndicates whether the list contains the value.Jun 20, 2023
List.SelectFunctionsReturns a list of values that match the condition.Jun 20, 2023
RowExpression.FromFunctionsReturns the abstract syntax tree (AST) for the body of a function.Jun 20, 2023
Text.AtFunctionsReturns the character at the specified position.Jun 20, 2023
Text.EndFunctionsReturns the last characters of the text.Jun 20, 2023
Text.InsertFunctionsInserts one text value into another at a given position.Jun 20, 2023
Text.MiddleFunctionsReturns the substring up to a specific length.Jun 20, 2023
Text.PadEndFunctionsReturns text of a specified length by padding the end of the given text.Jun 20, 2023
Text.PadStartFunctionsReturns text of a specified length by padding the start of the given text.Jun 20, 2023
Text.RangeFunctionsReturns the substring found at offset.Jun 20, 2023
Text.RemoveFunctionsRemoves all occurrences of the given character or list of characters from the input text value.Jun 20, 2023
Text.RemoveRangeFunctionsRemoves a count of characters starting at the given offsetJun 20, 2023
Text.SelectFunctionsSelects all occurrences of the given character or list of characters from the input text value.Jun 20, 2023
Text.StartFunctionsReturns the start of the text.Jun 20, 2023
Text.TrimEndFunctionsRemoves all trailing whitespace.Jun 20, 2023
Text.TrimStartFunctionsRemoves all leading whitespace.Jun 20, 2023
#binaryFunctionsCreates a binary value from a list of numbers or a base 64 encoded text value.Jun 15, 2023
#dateFunctionsCreates a date value from whole numbers representing the year, month, and day.Jun 15, 2023
#datetimeFunctionsCreates a datetime value from numbers representing the year, month, day, hour, minute, and (fractional) second.Jun 15, 2023
#datetimezoneFunctionsCreates a datetimezone value from numbers representing the year, month, day, hour, minute, (fractional) second, (fractional) offset-hours, and offset-minutes.Jun 15, 2023
#durationFunctionsCreates a duration value from numbers representing days, hours, minutes, and (fractional) seconds.Jun 15, 2023
#tableFunctionsCreates a table value from columns and rows.Jun 15, 2023
#timeFunctionsCreates a time value from numbers representing the hour, minute, and (fractional) second.Jun 15, 2023
Number.RoundFunctionsReturns the rounded numberJun 11, 2023
SapHana.DatabaseFunctionsReturns the packages in an SAP HANA database.Jun 11, 2023
Text.AfterDelimiterFunctionsReturns the portion of text after the specified delimiterJun 11, 2023
Text.BeforeDelimiterFunctionsReturns the portion of text before the specified delimiterJun 11, 2023
Text.BetweenDelimitersFunctionsReturns the portion of text between the specified startDelimiter and endDelimiterJun 11, 2023
GroupKind.GlobalEnumerationsA global group is formed from all rows in an input table with the same key value.Jun 10, 2023
GroupKind.LocalEnumerationsA local group is formed from a consecutive sequence of rows from an input table with the same key value. That means two rows with the same value will be placed in different groups if there’s a row with a different value between them.Jun 10, 2023
JoinAlgorithm.DynamicEnumerationsAutomatically chooses a join algorithm based on inspecting the initial rows and metadata of both tables.Jun 10, 2023
JoinAlgorithm.LeftHashEnumerationsBuffers the left rows into a lookup table and streams the right rows. For each right row, the matching left rows are found via the buffered lookup table. This algorithm is recommended when the left table is small and most of the rows from the right table are expected to match a left row.Jun 10, 2023
JoinAlgorithm.LeftIndexEnumerationsIn batches, uses the keys from the left table to do predicate-based queries against the right table. This algorithm is recommended when the right table is large, supports folding of Table.SelectRows, and contains few rows that are expected to match a left row.Jun 10, 2023
JoinAlgorithm.PairwiseHashEnumerationsBuffers the rows of both the left and right tables until one of the tables is completely buffered, and then performs a LeftHash or RightHash, depending on which table was buffered completely. This algorithm is recommended only for small tables.Jun 10, 2023
JoinAlgorithm.RightHashEnumerationsBuffers the right rows into a lookup table and streams the left rows. For each left row, the matching right rows are found via the buffered lookup table. This algorithm is recommended when the right table is small and most of the rows from the left table are expected to match a right row.Jun 10, 2023
JoinAlgorithm.RightIndexEnumerationsIn batches, uses the keys from the right table to do predicate-based queries against the left table. This algorithm is recommended when the left table is large, supports folding of Table.SelectRows, and contains few rows that are expected to match a right row.Jun 10, 2023
JoinAlgorithm.SortMergeEnumerationsPerforms a streaming merge based on the assumption that both tables are sorted by their join keys. While efficient, it will return incorrect results if the tables aren’t sorted as expected.Jun 10, 2023
JoinKind.FullOuterEnumerationsA possible value for the optional JoinKind parameter in Table.Join. A full outer join ensures that all rows of both tables appear in the result. Rows that did not have a match in the other table are joined with a default row containing null values for all of its columns.Jun 10, 2023
JoinKind.InnerEnumerationsA possible value for the optional JoinKind parameter in Table.Join. The table resulting from an inner join contains a row for each pair of rows from the specified tables that were determined to match based on the specified key columns.Jun 10, 2023
JoinKind.LeftAntiEnumerationsA possible value for the optional JoinKind parameter in Table.Join. A left anti join returns that all rows from the first table which do not have a match in the second table.Jun 10, 2023
JoinKind.LeftOuterEnumerationsA possible value for the optional JoinKind parameter in Table.Join. A left outer join ensures that all rows of the first table appear in the result.Jun 10, 2023
JoinKind.RightAntiEnumerationsA possible value for the optional JoinKind parameter in Table.Join. A right anti join returns that all rows from the second table which do not have a match in the first table.Jun 10, 2023
JoinKind.RightOuterEnumerationsA possible value for the optional JoinKind parameter in Table.Join. A right outer join ensures that all rows of the second table appear in the result.Jun 10, 2023

May 2023

NameCategoryDescriptionLast update
MissingField.ErrorEnumerationsAn optional parameter in record and table functions indicating that missing fields should result in an error. (This is the default parameter value.)May 30, 2023
MissingField.IgnoreEnumerationsAn optional parameter in record and table functions indicating that missing fields should be ignored.May 30, 2023
MissingField.UseNullEnumerationsAn optional parameter in record and table functions indicating that missing fields should be included as null values.May 30, 2023
Occurrence.AllEnumerationsA list of positions of all occurrences of the found values is returned.May 30, 2023
Occurrence.FirstEnumerationsThe position of the first occurrence of the found value is returned.May 30, 2023
Occurrence.LastEnumerationsThe position of the last occurrence of the found value is returned.May 30, 2023
Binary.CompressFunctionsCompresses a binary value using the given compression type.May 25, 2023
BinaryFormat.GroupFunctionsReturns a binary format that reads a group of items.May 25, 2023
Table.PivotFunctionsGiven a pair of columns representing attribute-value pairs, rotates the data in the attribute column into a column headings.May 25, 2023
List.GenerateFunctionsGenerates a list of values.May 20, 2023
List.SortFunctionsSorts a list of data according to the criteria specified.May 20, 2023
Table.DistinctFunctionsRemoves duplicate rows from the table.May 20, 2023
Text.CombineFunctionsConcatenates a list of text values into one text value.May 20, 2023
BI Gorilla Youtube Channel