CommonDataService.Database is a function in the Power Query M language that connects to a Dataverse instance (Dynamics 365 and PowerApps). The function returns a connection to the specified instance for data access.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
CommonDataService.Database(
optional server as nullable text,
optional options as nullable record,
) as table
Description
Connect to your Dataverse instance (Dynamics 365 and PowerApps).
