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 have setup a custom connector that using OAuth2 authentication however I'm having issues trying to get this to authenticate on app.powerbi.com via a personal or enterprise gateway. The connector...

We are connecting Power BI Desktop via a custom data connector to a ODBC DSN, the ODBC DSN is based on a custom ODBC driver which connect to Cognos BI...

Existing uses one set of logic to handle table column value transforms and another for record field value/list item transforms. This change DRYs the code to remove this duplication. /CC:...

Hello, We have been redirected here by the Power BI support as we are facing an issue with a custom connector. Corresponding ticket number is 2201120050000166. When we import the...

I've managed to implement authentication with Azure AD v1 secured (implicit auth) endpoints however the Power BI SDK for custom data connectors does not support token refresh in this scenario....

I want to configure the button and helpurl on the publish settings ButtonText | list | List of text items that will be displayed next to the data source's icon...

Hello, As [we know](https://docs.microsoft.com/en-us/powerquery-m/table-view), `Table.View` can be used to override a table's existing behaviors. However, from what I'm seeing, if a table view handler declines a folding request by raising...

Hello, When a `Table.View` handles `DirectQueryCapabilities.From` using `OnInvoke`, per https://github.com/microsoft/DataConnectors/issues/318#issuecomment-674159531, the method names in the table that's returned should be the methods that the view supports for folding when in...

I have basically the same question as PowerBISDK [here](https://community.powerbi.com/t5/Developer/Custom-data-connector-SDK-help-required/m-p/547696). We want a workflow like this: 1. User is asked for tenant name, which is used to construct an initial URL...