Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.