Forum Discussion

CarlosPBIVision's avatar
CarlosPBIVision
New Member
3 years ago
Solved

Power BI Connection Error with BigQuery

Hi,   We have some reports that we expected to get refreshed on a daily basis on Power BI Service (all tables are connected to our data warehouse on BigQuery). But this morning, for some reason, we...
  • CarlosPBIVision's avatar
    3 years ago

    Hi Selina, we already solved the problem by contacting PBI Support directly.

     

    To help future users: the solution was to go to the "Source" step of every PowerQuery table that we're ingesting from BigQuery, and substituting

    Source = GoogleBigQuery.Database()

     With

    Source = GoogleBigQuery.Database([BillingProject = "Insert-Your-Project-ID-Here"])

     

    That's it. The catch is that it must be for ALL tables coming from BQ, not only the large, problematic ones.

     

    Best,