Do you use the Dataverse connector when connecting the Dynamics 365?

Last updated by TiagoAraujo about 3 years ago.See history

When creating a Power BI connection to Dynamics 365, the first thing that comes to mind when searching for a connector is to search for Dynamics 365, seems logical enough right?

dynamics connector 1
Figure: Bad example - Searching for Dynamics 365 connector

Wrong.

When connecting to Dynamics 365 data always use the Dataverse connector (if it is available). Your system admin will need to tinker with some settings to enable this support, but it's simple and easy enough to do, here's the link: https://docs.microsoft.com/en-us/powerapps/maker/data-platform/view-entity-data-power-bi.

Once enabled instead of using Dynamics 365 (online) connector use the Dataverse connector.

dynamics connector 2
Figure: Good example - Use the Dataverse connector instead

The advantages of using the Dataverse connector are:

  • Supports both Import and Direct Query (Direct Query means live reporting 🙂)
  • Dataverse is built on top of TDS (Tabular Data Stream), meaning it should be much faster than the WebAPI connector
  • Potential to write custom SQL queries for data sources

The disadvantages of using the Dataverse connector are:

  • None
We open source. Powered by GitHub