Forum Discussion

iqb's avatar
iqb
Helper III
3 years ago

Power BI Get Data From Multiple Google BigQuery Projects

I have 2 projects in Google Big Query.


select * FROM `project1.analytics_1.Table1`

select * FROM `project2.analytics_2.Table2`

When I get data from Google Big Query, the first one works but for the second one I am getting `The key didn't match any rows in the table`.

 

https://i.stack.imgur.com/cu1Kd.png

 

Asked the same question on SO at https://stackoverflow.com/questions/75501923/power-bi-get-data-from-multiple-google-bigquery-projects

2 Replies