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

Using the recommended approach of tracing within a custom data connector project: Diagnostics.Trace(TraceLevel.Information, "Uri: ", ()=> uri, true) ![image](https://user-images.githubusercontent.com/13365135/44557289-34028400-a781-11e8-9d90-b9f17f81bef7.png) however running within the test harness console and VS 2017, Diagnostics.Trace...

Sorry for my English. How to get the list of selected parameters, not the table? ![default](https://user-images.githubusercontent.com/41778583/43316025-81e716a0-91a0-11e8-90ea-d44aa798c969.png)

Hi, I have a relationship in my OData metadata from an entity type "Property" to an entity type "City" via a navigation property. The metadata for Property is as follows:...

I can't seem to find any documentation on what Odata system query options are pushed to the URL and which are not. For example defining a query as such: `let...

When extending the custom connectors with trace logging of it's own found the following: On https://msdn.microsoft.com/en-us/library/mt708848.aspx it describes how you can wrap expression in a function with side-effect that it...

On the July release on one customer site (not reproducible in our testing environment strangely enough), we get a NullReferenceException when the list of data sets is being loaded from...

In our providers we hook in an additional trace listener which does things such as buffering, condition logging, timing etc. Power BI hooks in also an additional trace listener. Happened...

During analysis of another issue, I've found that an internal exception is thrown somewhere after a provider is instantiated. Probably something with a null or so. Versie: 2.48.4792.481 64-bit (juli...

Currently, Power BI evaluates once (at start time) what custom connectors are available by inspecting the folder. During development, you will often re-deploy an existing product or add another one....

We have a number of data sets which are quite large and whose metadata is retrieved from Open sources such as CBS.NL (government data) which is OData. This sample has...