Forum Discussion
Enabling direct query for a data source via an odbc driver
- Anonymous9 years ago
Anonymous,
By using the custom data connector preview feature, you would need to create a date connector project in Visual Studio to define your own connector logic.
Based on this article, the sample that define logic that enable Direct Query for an ODBC based connector will come soon. Please keep an eye on the updates in this article, and your patience is appreciated.
Regards,
Anonymous,
In Power BI Desktop, it doesn't support to connect to ODBC data source using DirectQuery mode. You can review this article to see supported data source in DirectQuery mode.
In your scenario, you can consider to move data from Progress database to SQL Server database, then connect to the SQL Server database using DirectQuery mode in Power BI Desktop.
Regards,
Lydia
- Anonymous9 years agoNot applicable
Lydia. Thank you for the reply. I recently read this Data Connector SDK Preview blog. It states the following:
What you can do with a Data Connector
Data Connectors allow you to create new data sources, or customize and extend an existing source. Common use cases include:
- Creating a business analyst friendly view for a REST API
- Providing branding for a source supported by an existing connector (such as an OData service, or ODBC driver)
- Implementing an OAuth v2 authentication flow for a SaaS offering
- Exposing a limited/filtered view over your data source to improve usability
- Supporting different authentication modes when creating a Power BI Content Pack
- Enabling DirectQuery for a data source via an ODBC driver
This last bulleted Item leads me to believe that I can create a Data Connector so that I can Direct Query my Progress database using an ODBC driver. Maybe I'm reading this incorrectly...? Can you please confirm that this is not the case? And if I cannot create what I'm hoping for, can someone please explain when such a connection would be used? I would appreciate it.
Thank you. - Eric
- Anonymous9 years agoNot applicable
Anonymous,
By using the custom data connector preview feature, you would need to create a date connector project in Visual Studio to define your own connector logic.
Based on this article, the sample that define logic that enable Direct Query for an ODBC based connector will come soon. Please keep an eye on the updates in this article, and your patience is appreciated.
Regards,- Anonymous9 years agoNot applicable
Lydia, Thanks for the additional information. I've gone ahead and accepted this solution. I appreciate you pointing me to a helpful resource. I'll keep an I on the updates as you suggested.
- Eric