Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello!
My dashboard is using Google Big Query connector. My data in GBQ is updated everyday and my dashboard data is set up to be refreshed everyday too.
I've built my dahsboard about three months ago and everything worked fine, but today I got this error:
DataSource.Error: ODBC: ERROR [42S02] [Microsoft][BigQuery] (31770) Table is not found. Not found: Table seowork:bankotkritie_source.dictionary_query_by_query_group was not found in location US
DataSourceKind=GoogleBigQuery
DataSourcePath=GoogleBigQuery
OdbcErrors=[Table]
Nothing was changed in GBQ schema. Furthermore, two datasets are connected to the dashboard and only one of them cannot be refreshed.
Has anyone faced the same error?
P.s. My source params are: "= GoogleBigQuery.Database([BillingProject="*******", UseStorageApi=false])"
Hi @ManukArabov ,
The table can not be found. Can you try SQL statement in advanced option. And use fully qualified table names in the format Database.Schema.Table
, for example SELECT * FROM DEMO_DB.PUBLIC.DEMO_TABLE
For more details you can refer this article.
Google BigQuery connector - Power Query | Microsoft Docs
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.