Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to to connect to local .duckdb file using PowerBI ODBC #6528

Closed
2 tasks done
acarter24 opened this issue Mar 2, 2023 · 4 comments
Closed
2 tasks done

Unable to to connect to local .duckdb file using PowerBI ODBC #6528

acarter24 opened this issue Mar 2, 2023 · 4 comments
Labels

Comments

@acarter24
Copy link

What happens?

When setting up an ODBC connection in PowerBI using the DuckDB Driver and a local .duckdb file, I receive a non-descriptive error message and no tables are shown for selection.

image

image

Expected outcome:

See list of tables and columns to select from in PowerBI.

Here is the duckdb file open in dbeaver for comparison:

image

To Reproduce

ODBC connection string:

database=C:\Users\***\meltano.duckdb

OS:

Window 11

DuckDB Version:

7.0.1

DuckDB Client:

ODBC

Full Name:

Andy Carter

Affiliation:

Powershop

Have you tried this on the latest master branch?

  • I agree

Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?

  • I agree
@rdataforge
Copy link

rdataforge commented Apr 4, 2023

same issue here on windows 10 and latest driver. There is a workaround if you want to try:

  1. export data tables to parquet file
  2. connect using CTE (see link to website)

https://datamonkeysite.com/2022/04/17/using-duckdb-with-powerbi/

@Tishj Tishj added the ODBC label Jun 9, 2023
@github-actions
Copy link

github-actions bot commented Sep 8, 2023

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale label Sep 8, 2023
@github-actions
Copy link

github-actions bot commented Oct 8, 2023

This issue was closed because it has been stale for 30 days with no activity.

@guenp
Copy link
Contributor

guenp commented Mar 8, 2024

I've created a DuckDB Power Query Custom Connector that let you import your data from a duckdb database directly: https://github.com/MotherDuck-Open-Source/duckdb-power-query-connector
It's still in beta so bug reports/contributions are encouraged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants