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

Hi I have created a custom data connector which connects to our cloud environment using Oauth login method. Unfortunately, I've ended up with an issue which is getting me nowhere....

I have a custom connector using OATH2 that is giving me a "CredentialMissing" error when trying to refresh. What I have tried: - works perfectly in Power BI - Implemented...

I'm seeing a strange behavior on query documentation, even for the samples contained in https://docs.microsoft.com/en-us/power-query/handlingdocumentation If I annotate a field with Documentation.FieldDescription, the small information icon appears next to the...

Hello, I've compiled the connector for SQL direct queries that is placed [here](https://github.com/microsoft/DataConnectors/tree/master/samples/DirectQueryForSQL). All works good and I'm able to change the parameters. Say, if I add the third parameter:...

we have a data connector which connects to our graphql API. the authentication is done by our own OAuth2 identity provider. the overall solution is working so far. currently we...

See UserVoice issue here: https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/19327633-github-label-and-project-info As called out in docs issue here: https://github.com/MicrosoftDocs/powerbi-docs/issues/1659 Being able to do analytics on issues and their labels is what I'm trying to pull data...

Hi, I'm creating a DataConnector to my company's custom REST/JSON API. The API has functions to list what tables a login has access to, and to describe the schema of...

Hi, I have a one-to-many navigation property in the OData metadata and upon expanding it, PowerBI doesn't use an $expand request. Instead it requests the data for each individual entity...

Hi, I noticed that PowerBI does not push down filters on properties of expanded navigation properties to the OData service. Is there a reason why this isn't supported? Is there...