December 2018
Beginner to intermediate
794 pages
19h 29m
English
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "This function is used by the Web Data Connector (WDC) (Get Data | Web) to return the contents of an HTML web page as a table, as shown in the following M Query:"
A block of code is set as follows:
// Retrieve table of data access M functions and their descriptionslet Source = Web.Page(Web.Contents("https://msdn.microsoft.com/en-US/library/mt296615.aspx")), PageToTable = Source{0}[Data], ChangedType = Table.TransformColumnTypes(PageToTable, {{"Function", type text}, {"Description", ...Read now
Unlock full access