Search notes:

Power Query M formula language standard library: List.Transform

List.Transform applies a function on each element of a list and returns a list whose elements correspond to the function's return value.
The following example evaluates to {4, 3, 3, 5, 4, 4, 3, 5, 5, 4}:
let
   numbers = {"zero", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine"}
in
   List.Transform(numbers, Text.Length)
Github repository about-Power-Query-Formula-M, path: /standard-library/List/Transform/intro.M

See also

The common first class function map.
The Power Query standard library

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Microsof...', 1758197498, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Microsoft/Power-Query/M-formula/standard-library/List/Transform/index(47): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78