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 some confuse about power bi kerberos sso,I found some documents like:https://docs.microsoft.com/zh-cn/power-bi/service-gateway-sso-kerberos, it show me only some connectors can use kerberos sso. I have two questions: 1:...

Does anyone know how to do this; the standard advice does not seem to be applicable for this type of project?

I am using samples\ODBC\SqlODBC as my project template. In line 62 of SqlODBC.pq, Config_UseParameterBindings is set to false, thus these lines (287 - 289) should set SQL_API_SQLBINDPARAMETER to false as...

Is there any plans on supporting (custom) connectors to a OpenAPI 3 source, using an API-key to authenticate? I have looked at examples to connect to OpenAPI, but it says...

Hi, We're working on an ODBC-based connector to a database that has snowflake schemas with fact and dimension tables for which I have plenty of metadata available. I'd like to...

Is there any `NavigationTable` column which can be used to set if the Leaf is selected or not? ``` NavigationTable.IsSelectedColumn = isSelectedColumn ``` OR ``` NavigationTable.IsSelectedForLoadColumn = isSelectedForLoadColumn ``` I...

Hello I am getting an error using the Mygraph DataConnector samples for PowerBI. When first connecting my query loads and PowerBI gives a preview and starts loading the data. I...

It appears the Data Connector Projects in VS are tied to x86 / 32-bit. As a result, the Mashup window / "M Query Output" seems to only recognize 32 bit...

I am receiving the following error when I try to rename my DataSource.Kind to a name that I have previously used or create solutions with the same name as another...

I want connect to Postgres ODBC data source with direct query enabled. So I took this sample project, https://github.com/Microsoft/DataConnectors/tree/master/samples/ODBC/SqlODBC, point Config_DriverName variable to "PostgreSQL Unicode(x64)" (name of my psqlODBC driver,...