CommonDataService.Database

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).

BI Gorilla Blog

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.