Search notes:

Power Query M formula language standard library: List.Combine

The following Power Query expression evaluates to the list {"foo", "bar", "baz", 1, 2, 3, 4, 5, {"sub one","sub two"} }:
let
  list_with_three_elems = {
     {"foo", "bar", "baz"     },
     {    1,2,3,4,5           },
     { {"sub one", "sub two"} }
  },
  flattened = List.Combine(list_with_three_elems)
in
  flattened

See also

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...', 1758209575, '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/Combine(45): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78