Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I try to get my table from my dataset in Bigquery into Power BI Desktop. But unfortnately I m getting to follwing error:
DataSource.Error: ODBC: ERROR [HY000] [Microsoft][BigQuery] (100) Error interacting with REST API: Not found: Job first-projec:job_dm6z7i391YiYbOwjL7t-ydZ4V26dd6dfnv8 Details: DataSourceKind=GoogleBigQuery DataSourcePath=GoogleBigQuery OdbcErrors=Table
I tried the following to lose this error:
- Changing this line in the M source code:
Quelle = GoogleBigQuery.Database(null)
to:
Quelle = GoogleBigQuery.Database([BillingProject="Billing-Project-Id"])
- I used the Simba ODBC driver as described here : Simba-BigQuery-ODBC-Driver-Quickstart2.pdf
Is this still a bug in Power BI?
P.S: my dataset and google cloud storage are in the same region, europ-west2
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.