March 2018
Beginner to intermediate
638 pages
16h 29m
English
As one would expect, an On-premises data gateway is usually not required for connectivity to cloud data sources. PaaS offerings, such as Azure SQL Database, and SaaS solutions, such as Salesforce, do not require a gateway.
However, data sources that reside in an IaaS VM do require a gateway. Additionally, the Web.Page() function used in M Queries also requires a gateway. 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:
// 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 ...Read now
Unlock full access