ayoubonik's avatar
ayoubonik
New Member
7 years ago
Status:
New

connecting Bigquery to Power BI Desktop (Error : Job Not Found)

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

 

 

10 Comments

  • I have the same issue and i used the built-in Google BigQuery connector.

     

    When i select public data it works fine, but not with private data from my BigQuery.

     

    Big Query runs the job, but it seems that Power Bi can not get the result back. 

  • v-qiuyu-msft's avatar
    v-qiuyu-msft
    Icon for Community Support rankCommunity Support

    Hi KaiMe,

     

    Is there any error displays when you get private data? 

     

    Please open a blank query, and type Power Query instead of use UI to see if the same issue occurs(please replace bigquery-public-data with your project name and austin_311 with your table name: 

     

     

    let
        Source = GoogleBigQuery.Database(null),
        #"bigquery-public-data" = Source{[Name="bigquery-public-data"]}[Data],
        austin_311_Schema = #"bigquery-public-data"{[Name="austin_311",Kind="Schema"]}[Data],
        #"311_service_requests_Table" = austin_311_Schema{[Name="311_service_requests",Kind="Table"]}[Data]
    in
        #"311_service_requests_Table"

     

    Best Regards,
    Qiuyun Yu

  • Hi v-qiuyu-msft

     

    thanks for your information.

    I get this error while loading:

    DataSource.Error: ODBC: ERROR [HY000] [Microsoft][BigQuery] (100) Error interacting with REST API: Not found: Job first-project-212208:job_JaW_OfZLkaDm8nZT5CRn_NCYkBbf
    Details:
        DataSourceKind=GoogleBigQuery
        DataSourcePath=GoogleBigQuery
        OdbcErrors=Table

     

    and create this query:

    let
        Source = GoogleBigQuery.Database(null),
        #"first-project-212208" = Source{[Name="first-project-212208"]}[Data],
        talpa_Schema = #"first-project-212208"{[Name="talpa",Kind="Schema"]}[Data],
        test_Table = talpa_Schema{[Name="test",Kind="Table"]}[Data]
    in
        test_Table

    In Big Query the job was succesful:

     

     

    I think power bi has some issues with getting the data from big query job or there is a bug in the REST-API

     

    Best regards

     

    Kai

     

     

     

  • Anonymous's avatar
    Anonymous
    Not applicable

    I have an same issue.

    My dataset is in BigQuery asia-northeast reagion.

     

    Yes, Bigquery job done in successful, but PowerBI responsed 100 error "not found : job"

  • Anonymous's avatar
    Anonymous
    Not applicable

    I try with my GCP billing table. It success to connect bigquery table but it is not correct tabel data.

    each columns has json text.

     

    Bigquery preview


     

     

     

     

     

     

     

     

     

     

    PoweBI desktop(2.65.5313.701 64-bit )

     

     

     

     

     

     

     

     

    but my large size table still get "DataSource.Error: ODBC: ERROR [HY000] [Microsoft][BigQuery] (100) Error interacting with REST API: Not found: Job [tablename]:[jobId]

     

    this jobId can't find my bigquery consle.

     

    v-qiuyu-msft

     

     

     

  • Anonymous's avatar
    Anonymous
    Not applicable

    I found a workdround.

    This issue occurs in non-US region dataset of Bigquery.

     

    I re-import to US region my private dataset, and Power BI desktop works well.

  • Anonymous's avatar
    Anonymous
    Not applicable

    I have the exact same issue. Why can't Microsoft's PBI dev team release new versions of the product without breaking things? Is this intentional? Do you think that by doing things like this we'll go "you know what, Power BI is the only good front end tool, so let's ditch BigQuery altogether and migrate to Azure"? Bad strategy, the opposite is what's probably going to happen (we'll migrate from PBI to a front end tool that actually works, is not horribly slow and unstable).

    As a side note, the latest version of PBI can't find .pbix files on "open". It's embarassing for the devs and product owner, who in my opinion should be fired immediately.