-
-
Notifications
You must be signed in to change notification settings - Fork 0
Power Query (M Code)
Rodrigo Celso de Lima Porto edited this page Jan 13, 2026
·
4 revisions
| Function | Description | Documentation |
|---|---|---|
Binary.Unzip |
Extracts file from a compressed ZIP file | π |
DateTime.ToUnixTime |
Converts a datetime format to Unix Time Stamp | π |
Decision.EntropyWeights |
Calculates the weights of a decision multicriteria using the entropy weighting method | π |
Decision.TOPSIS |
Applies the TOPSIS multicriteria method to a table in order to rank alternatives | π |
List.Correlation |
Calculates the correlation coefficient between two lists of numeric values | π |
List.Intercept |
Calculates the intercept B of the linear regression line Y = AX + B between two numerical lists X and Y | π |
List.Outliers |
Returns a numerical list of outliers existing in a list | π |
List.PopulationStdDev |
Calculates the population standard deviation of a numerical list | π |
List.Primes |
Returns a list of prime numbers less than or equal to a given number n | π |
List.Rank |
Returns a list of ranks for a given list of values | π |
List.Slope |
Calculates the slope A of the linear regression Y = AX + B between two numerical lists X and Y | π |
List.Variance |
Calculates the population variance of a numerical list | π |
List.WeightedAverage |
Calculates the weighted average of a list of values given a corresponding list of weights | π |
Number.FromRoman |
Converts a Roman numeral to a number | π |
Number.IsInteger |
Checks if a number is integer or not | π |
Number.IsPrime |
Checks if a number is prime or not | π |
Number.ToRoman |
Converts a number to Roman numeral, if it's possible | π |
Statistical.NormDist |
Calculates the Normal distribution for a given input x | π |
Statistical.NormInv |
Returns the inverse of the CDF of the normal distribution | π |
Table.AddColumnFromList |
Adds a new column to a table using values from a provided list | π |
Table.CorrelationMatrix |
Calculates the correlation matrix for a given table | π |
Table.NormalizeColumnNames |
Cleans and standardizes column names in a table | π |
Table.NormalizeTextColumns |
Cleans, standardizes and formats column names in a table | π |
Table.NormalizeTextColumns |
Cleans, standardizes and formats text columns in a table | π |
Table.RemoveBlankColumns |
Removes columns from a table that contain only blank values | π |
Table.TransposeCorrectly |
Transposes a table without losing the original column names | π |
Text.CountChar |
Counts the occurrences of a specific character in a given text string | π |
Text.ExtractNumbers |
Returns all numeric values from a given text | π |
Text.HtmlToPlainText |
Converts HTML content to plain text | π |
Text.RegexExtract |
Extracts a pattern from a text by using a regular expression | π |
Text.RegexReplace |
Replaces a pattern in a text that match a given regular expression | π |
Text.RegexSplit |
Splits a text into a list of strings based on a regular expression pattern | π |
Text.RegexTest |
Tests whether a text matches a regular expression pattern | π |
Text.RemoveAccents |
Removes any accent from characters in a text | π |
Text.RemoveDoubleSpaces |
Replaces any sequence of multiple spaces in a text to sigle spaces | π |
Text.RemoveLetters |
Removes all alphabetic characters from a text | π |
Text.RemoveNumerals |
Removes all digits from a text | π |
Text.RemovePunctuations |
Removes all punctuations from a text | π |
Text.RemoveStopwords |
Removes common Portuguese stopwords from a text | π |
Text.RemoveWeirdChars |
Removes special and non-printable characters from a text | π |
- Binary.Unzip πβοΈ
- DateTime.ToUnixTime πβοΈ
- Decision.EntropyWeights πβοΈ
- Decision.TOPSIS πβοΈ
- List.Correlation πβοΈ
- List.Intercept πβοΈ
- List.Outliers πβοΈ
- List.PopulationStdDev πβοΈ
- List.Primes πβοΈ
- List.Rank πβοΈ
- List.Slope πβοΈ
- List.Variance πβοΈ
- List.WeightedAverage πβοΈ
- Number.FromRoman πβοΈ
- Number.IsInteger πβοΈ
- Number.IsPrime πβοΈ
- Number.ToRoman πβοΈ
- Statistical.NormDist πβοΈ
- Statistical.NormInv πβοΈ
- Table.AddColumnFromList πβοΈ
- Table.CorrelationMatrix πβοΈ
- Table.NormalizeColumnNames πβοΈ
- Table.NormalizeTextColumns πβοΈ
- Table.RemoveBlankColumns πβοΈ
- Table.TransposeCorrectly πβοΈ
- Text.CountChar πβοΈ
- Text.ExtractNumbers πβοΈ
- Text.HtmlToPlainText πβοΈ
- Text.RegexExtract πβοΈ
- Text.RegexReplace πβοΈ
- Text.RegexSplit πβοΈ
- Text.RegexTest πβοΈ
- Text.RemoveAccents πβοΈ
- Text.RemoveDoubleSpaces πβοΈ
- Text.RemoveLetters πβοΈ
- Text.RemoveNumerals πβοΈ
- Text.RemovePunctuations πβοΈ
- Text.RemoveStopwords πβοΈ
- Text.RemoveWeirdChars πβοΈ
- AreArraysEquals πβοΈ
- AutoFillFormulas πβοΈ
- CleanString πβοΈ
- DisableRefreshAll πβοΈ
- EnableRefreshAll πβοΈ
- FileExists πβοΈ
- FileNameIsValid πβοΈ
- GetAllFileNames πβοΈ
- GetLetters πβοΈ
- GetMonthNumberFromName πβοΈ
- GetStringBetween πβοΈ
- GetStringWithSubstringInArray πβοΈ
- GetTableColumnNames πβοΈ
- IsAllTrue πβοΈ
- IsInArray πβοΈ
- ListObjectExists πβοΈ
- PreviousMonthNumber πβοΈ
- RangeHasAnyFormula πβοΈ
- RangeHasConstantValues πβοΈ
- RangeIsHidden πβοΈ
- RangeToHtml πβοΈ
- SendEmail πβοΈ
- SetQueryFormula πβοΈ
- StringContains πβοΈ
- StringEndsWith πβοΈ
- StringStartsWith πβοΈ
- SubstringIsInArray πβοΈ
- Summation πβοΈ
- TableHasQuery πβοΈ
- WorksheetHasListObject πβοΈ