@@ -246,22 +246,31 @@ items:
246
246
items :
247
247
- name : Aggregate functions
248
248
href : data-flow-aggregate-functions.md
249
+ displayName : approxDistinctCount, avg, avgIf, collect, count, countAll, countDistinct, countAllDistinct, countIf, covariancePopulation, covariancePopulationIf, covarianceSample, covarianceSampleIf, first, isDistinct, kurtosis, kurtosisIf, last, max, maxIf, mean, meanIf, skewness, skewnessIf, stddev, stddevIf, stddevPopulation, stddevPopulationIf, stddevSample, stddevSampleIf, sumDistinctIf, sumIf, variance, varianceIf, variancePopulation, variancePopulationIf, varianceSample, varianceSampleIf
249
250
- name : Array functions
250
251
href : data-flow-array-functions.md
252
+ displayName : array, at, contains, distinct, except, filter, find, flatten, in, intersect, map, mapIf, mapIndex, mapLoop, reduce, size, slice, sort, unfold, union
251
253
- name : Cached lookup functions
252
254
href : data-flow-cached-lookup-functions.md
255
+ displayName : lookup, mlookup, output, outputs
253
256
- name : Conversion functions
254
257
href : data-flow-conversion-functions.md
258
+ displayName : isBitSet, setBitSet, isBoolean, isByte, isDate, isShort, isInteger, isLong, isNan, isFloat, isDouble, isDecimal, isTimestamp, toBase64, toBinary, toBoolean, toByte, toDate, toDecimal, toDouble, toFloat, toInteger, toLong, toShort, toString, toTimestamp, toUTC
255
259
- name : Date and time functions
256
260
href : data-flow-date-time-functions.md
261
+ displayName : add, addDays, addMonths, between, currentDate, currentTimestamp, currentUTC, dayOfMonth, dayOfWeek, dayOfYear, days, fromUTC, hour, hours, isDate, isTimestamp, lastDayOfMonth, millisecond, milliseconds, minus, minute, minutes, month, monthsBetween, second, seconds, subDays, subMonths, toDate, toTimestamp, toUTC, weekOfYear, weeks, year
257
262
- name : Expression functions
258
263
href : data-flow-expression-functions.md
264
+ displayName: abs, acos, add, and, asin, assertErrorMessages, atan, atan2, between, bitwiseAnd, bitwiseOr, bitwiseXor, blake2b, blake2bBinary, case, cbrt, ceil, coalesce, columnNames, columns, compare, concat, concatWS, cos, cosh, crc32, degrees, divide, dropLeft, dropRight, endsWith, equals, equalsIgnoreCase, escape, expr, factorial, false, floor, fromBase64, greater, greaterOrEqual, greatest, hasColumn, hasError, iif, iifNull, initCap, instr, isDelete, isError, isIgnore, isInsert, isMatch, isNull, isUpdate, isUpsert, jaroWinkler, least, left, length, lesser, lesserOrEqual, levenshtein, like, locate, log, log10, lower, lpad, ltrim, md5, minus, mod, multiply, negate, nextSequence, normalize, not, notEquals, notNull, null, or, pMod, partitionId, power, radians, random, regexExtract, regexMatch, regexReplace, regexSplit, replace, reverse, right, rlike, round, rpad, rtrim, sha1, sha2, sin, sinh, soundex, split, sqrt, startsWith, substring, tan, tanh, translate, trim, true, typeMatch, unescape, upper, uuid, xor
259
265
- name : Map functions
260
266
href : data-flow-map-functions.md
267
+ displayName : associate, keyValues, mapAssociation, reassociate
261
268
- name : Metafunctions
262
269
href : data-flow-metafunctions.md
270
+ displayName : byItem, byOrigin, byOrigins, byName, byNames, byPath, byPosition, hasPath, originColumns, hex, unhex
263
271
- name : Window functions
264
272
href : data-flow-window-functions.md
273
+ displayName : cumeDist, denseRank, lag, lead, nTile, rank, rowNumber
265
274
- name : Alphabetical usage details for all functions
266
275
href : data-flow-expressions-usage.md
267
276
- name : Prepare data with Power Query data wrangling
0 commit comments