Connector extensibility in Power BI

Power BI can connect to data by using existing connectors and generic data sources, like ODBC, OData, OLE DB, Web, CSV, XML, and JSON. Developers can also enable new data sources with custom data extensions called custom connectors. Microsoft certifies and distributes some custom connectors as certified connectors.

To use non-certified custom connectors that you or another party develop, you must adjust your Power BI Desktop security settings to allow extensions to load without validation or warning. These extensions can ignore privacy levels and handle credentials, including sending them over HTTP, so you should use this setting only if you completely trust your custom connectors.

Another option is for the developer to sign the connector with a certificate, and provide the information you need to use the connector without changing your security settings. For more information, see Trusted third-party connectors.

Custom connectors

Non-certified custom connectors can range from small business-critical APIs to large industry-specific services that Microsoft hasn't released a connector for. Many connectors are distributed by vendors. If you need a connector for a specific industry or business, contact the vendor.

To use a non-certified custom connector:

  1. Put the connector .pq, .pqx, .m, or .mez file in your local [Documents]\Microsoft Power BI Desktop\Custom Connectors folder. If the folder doesn't exist, create it.

  2. To adjust the data extension security settings, in Power BI Desktop, select File > Options and settings > Options > Security.

  3. Under Data Extensions, select (Not Recommended) Allow any extension to load without validation or warning.

  4. Select OK, and then restart Power BI Desktop.

Screenshot that shows allowing non-certified custom connectors in Data Extension Security options.

The default Power BI Desktop data extension security setting is (Recommended) Only allow Microsoft certified and other trusted third-party extensions to load. With this setting, if there are non-certified custom connectors on your system, the Uncertified Connectors dialog box appears at Power BI Desktop startup, listing the connectors that can't securely load.

Screenshot that shows the Uncertified Connectors dialog box.

To clear the error if you don't need to use the connectors in this session, select OK.

To prevent the error, either change your Data Extensions security setting, or remove the uncertified connectors from your Custom Connectors folder.

Important

You can use only one custom connector data source when you work in DirectQuery mode. Multiple custom connector data sources won't work with DirectQuery.

Certified connectors

Microsoft certifies a limited subset of custom data extensions. While Microsoft distributes these connectors, Microsoft isn't responsible for their performance or continued function. The third-party developer who created the connector is responsible for its maintenance and support.

In Power BI Desktop, certified third-party connectors appear in the list in the Get Data dialog box, along with generic and common connectors. You don't need to adjust security settings to use the certified connectors.

To get a custom connector certified, see Power Query Connector Certification.