Accessing Data Functions
Functions for connecting to and reading from data sources.
- Access.DatabaseReturns a structural representation of a Microsoft Access database.
- AccessControlEntry.ConditionToIdentitiesConverts an access control condition into a list of identities for which the condition would return true.
- ActiveDirectory.DomainsReturns a table of Active Directory domains accessible from the current machine or from a specified domain controller.
- AdobeAnalytics.CubesReturns a table of multidimensional packages from Adobe Analytics.
- AdoDotNet.DataSourceReturns the schema collection for an ADO.NET data source with the specified provider name and connection string.
- AdoDotNet.QueryReturns the result of running a SQL query against an ADO.NET data source with the specified provider name and connection string.
- AnalysisServices.DatabaseReturns a navigation table of cubes and tables from an Analysis Services or Azure Analysis Services database.
- AnalysisServices.DatabasesReturns the databases on a SQL Server Analysis Services instance.
- AzureStorage.BlobContentsReturns the content of a blob from Azure Blob Storage as binary.
- AzureStorage.BlobsReturns a navigation table of containers and blobs from an Azure Blob Storage account.
- AzureStorage.DataLakeReturns a navigational table of documents from an Azure Data Lake Storage filesystem.
- AzureStorage.DataLakeContentsReturns the content of a file from Azure Data Lake Storage as binary.
- AzureStorage.TablesReturns a navigation table of Azure Table Storage tables from the specified storage account.
- Cdm.ContentsReturns a table representing the entities defined in a Common Data Model folder.
- Csv.DocumentParses CSV text into a table.
- DB2.DatabaseReturns a navigation table of SQL tables and views from an IBM Db2 database.
- DeltaLake.MetadataReturns the transaction log entries for a Delta Lake table.
- DeltaLake.TableReturns the contents of a Delta Lake table from a specified directory.
- Essbase.CubesReturns a table of cubes grouped by Essbase server from an Oracle Essbase instance.
- Excel.CurrentWorkbookReturns a navigation table of tables and named ranges from the current Excel workbook.
- Excel.ShapeTableRetrieves shape data from an Excel workbook as a table. This function is intended for internal use only.
- Excel.WorkbookReturns the contents of an Excel workbook as a navigation table.
- Exchange.ContentsReturns a table of contents from a Microsoft Exchange account mailbox.
- FabricAI.PromptReturns the result of passing input text to an AI model hosted in Microsoft Fabric.
- File.ContentsReturns the contents of a file as binary.
- Folder.ContentsReturns a table of files and subfolders in the specified local or network folder path.
- Folder.FilesReturns a table of all files in a folder and its subfolders, including their binary content.
- GoogleAnalytics.AccountsReturns a table of Google Analytics accounts accessible from the current credential.
- Hdfs.ContentsReturns a table of folders and files found at a folder URL from a Hadoop file system (HDFS).
- Hdfs.FilesReturns a table of all files found recursively at a folder URL and its subfolders from a Hadoop file system (HDFS).
- HdInsight.ContainersReturns a navigation table of containers from an Azure HDInsight storage account.
- HdInsight.ContentsReturns a navigation table of containers from an Azure HDInsight storage vault.
- HdInsight.FilesReturns a table of blob files from a specific container in an Azure HDInsight storage account.
- Html.TableExtracts data from HTML content into a table using CSS selectors to define columns.
- Identity.FromCreates an identity record from an identity provider and a value.
- Identity.IsMemberOfDetermines whether an identity is a member of an identity collection.
- IdentityProvider.DefaultReturns the default identity provider for the current Power Query host environment.
- Informix.DatabaseReturns a table of SQL tables and views available in an IBM Informix database.
- Json.DocumentParses JSON text into M values (records, lists, text, numbers, logicals, or null).
- Json.FromValueSerializes an M value to JSON and returns it as binary.
- MySql.DatabaseReturns a navigation table of tables and views from a MySQL database.
- OData.FeedReturns a navigation table from an OData service at the specified URI.
- Odbc.DataSourceReturns a navigation table of tables from an ODBC data source using the given connection string.
- Odbc.InferOptionsReturns the result of trying to infer SQL capabilities for an ODBC data source using the given connection string.
- Odbc.QueryReturns a table from an ODBC data source by executing the specified SQL query.
- OleDb.DataSourceReturns a table of SQL tables and views from the OLE DB data source specified by the connection string.
- OleDb.QueryReturns the result of running a SQL query against an OLE DB data source using the specified connection string.
- Oracle.DatabaseReturns a navigation table of tables and views from an Oracle database.
- Pdf.TablesExtracts tables from a PDF file and returns them as a navigation table.
- PostgreSQL.DatabaseReturns a navigation table of tables and views from a PostgreSQL database.
- RData.FromBinaryReturns a record of data frames from an R Data (.rdata / .rda) binary file.
- Salesforce.DataReturns a navigation table of objects from a Salesforce account.
- Salesforce.ReportsReturns a navigation table of reports from a Salesforce account.
- SapBusinessWarehouse.CubesReturns a table of InfoCubes and queries grouped by InfoArea from an SAP Business Warehouse instance.
- SapHana.DatabaseReturns a table of multidimensional packages from an SAP HANA database.
- SharePoint.ContentsReturns a navigation table of sites, lists, and document libraries from a SharePoint site.
- SharePoint.FilesReturns a table of all files from a SharePoint site or document library, including their binary content.
- SharePoint.TablesReturns a navigation table of SharePoint list data from the specified SharePoint site.
- Soda.FeedReturns a table from the contents at the specified URL formatted according to the Socrata Open Data API (SODA) 2.0.
- Sql.DatabaseReturns a navigation table of tables and views from a SQL Server database.
- Sql.DatabasesReturns a table of databases available on a SQL Server instance.
- Sybase.DatabaseReturns a table of SQL tables and views available in a Sybase database.
- Teradata.DatabaseReturns a table of SQL tables and views from a Teradata database.
- Web.BrowserContentsReturns the HTML of a URL as rendered by a web browser, including JavaScript-generated content.
- Web.ContentsDownloads content from a URL as binary.
- Web.HeadersReturns the HTTP response headers for the specified URL as a record.
- Web.PageReturns the contents of an HTML document parsed into a table of tables, extracting all HTML tables found on the page.
- WebAction.RequestCreates an action that, when executed, returns the results of performing an HTTP request against a URL as a binary value.
- Xml.DocumentParses XML content into a nested table structure.
- Xml.TablesReturns the contents of an XML document as a nested collection of flattened tables.