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

As in #30 I would like to introduce Table parameters (via Table.View) in the Navigation table? I'm working on a GraphQL API connector and have access to the whole schema...

Hi, I am trying to use On - premises Data Gateway with my Custom connector, I added Test Connection section in my code: DemoProject= [TestConnection = (dataSourcePath) => let json...

# Background: We are writing a custom data connector to help users load data from an external service. The connector uses a link as an argument: We also want to...

After going through Power BI Support and creating a ticket they were unable to help and directed me to open an issue here...so here is goes again. I have create...

I want to add a simple yes/no option to my connection dialog. I can use `Documentation.AllowedValues` to limit the available options to yes and no, but have trouble getting rid...

I have created a custom connector for an online ERP web service. The data refreshing works fine for the first 10 minutes and after 10 minutes the access_token is expired...

Hi, we are just developing a custom connector on a REST API. This API allows me to iterate over several products and get values for each of them. Let's imagine...

Hi, I have the following Code: ``` GetData = (Url as text, Token as text) => let Content = Web.Contents(Url, [Headers=[Authorization="Bearer " & Token], ManualStatusHandling={400, 401, 403, 404, 429, 500,...

Revisiting #97 From what I can tell (and similar to the most recent comments on #97) the behavior demonstrated in the Relationships sample only works under certain conditions. That is,...

ProjectTemplates/MProject/PQProject.mproj `False` As mention [here](https://github.com/MicrosoftDocs/powerquery-docs/issues/44) you currently have to walk through the walkthroughs to know that it is false by default. Surely if I write `Diagnostics.Trace` my default intention is...