DataConnectors icon indicating copy to clipboard operation
DataConnectors copied to clipboard

Data Connector SDK and samples for Power Query and Power BI

Results 78 DataConnectors issues
Sort by recently updated
recently updated
newest added

I use UsernamePassword to get information needed to build the uri string in a custom connector. The Password bit is unique for the file I want to retrieve when combined...

Hi, Does the datatype Timestamp with timezone is supported in ODBC based connector? I'm getting below error in DirectQuery mode: Error message from PowerBI: ``` PowerBI DirectQuery error: "OLE DB...

The configuration tool write out the error, that the service account can't access the directory for the custom connector. I used my domain account and an local account, both are...

I get the following error on first run of the complied sample: OData: The feed's metadata document appears to be invalid. Error: The metadata document could not be read from...

Hi, Using `Table.AddKey`/`Table.ReplaceKeys`, it's possible to annotate the type returned by `Table.View`'s `GetType()` handler with key information. To help us better understand when/what key information to provide, can you give...

Hi, I'm having an issue with OAuth 2.0 for a Rest API data source using a custom connector. The custom connector works fine on Power BI desktop and for On...

Hi, I'm having an issue with OAuth 2.0 for a Rest API data source using a custom connector. The custom connector works fine on Power BI desktop and for On...

Downloading the sample project and running it in VS2019 with the latest version of the PowerQuery UTK seems to work fine. However, duplicating it in a new project always seems...

We are trying to build a custom connector that wraps OData feed function. The connector provides API key as one of the authentication methods. We want to inject API key...

Is there any preliminary write up around the subsection of the ODBC docs, "Common Problems: To-Do" ? Link here: https://github.com/Microsoft/DataConnectors/blob/master/docs/odbc.md#common-problems I'm running into all three of these issues in a...