Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
We are using the BigQuery connector to show data from Google Analytics over PowerBI.
In BigQuery our datasets are single region in EU, europe-west8.
In PowerBI desktop the connectors work fine, when we share the model and the dashboard we recieve this error:
We've used this in the past since before august circa, suddenly it stopped working.
Do you have any advice?
Regards
Hi @GB_22 ,
Thank you for reaching out to the Microsoft Community Forum.
Hi @BeaBF , Thank you for your prompt response.
Hi @GB_22 , In addition to @BeaBF response, I have added some points.
1. If you are using custom queries or advanced options, try to specify the location explicitly in the query or connection string. This is not always supported in the Power BI UI and may not resolve the issue with the new connector.
2. If you need scheduled refreshes in the Power BI Service, use Coupler.io or similar tools to export BigQuery data to Power BI. These tools allow you to specify dataset location, schedule automatic refreshes and avoid connector limitations.
Please refer below community threads.
Solved: Re: Power BI BigQuery Connector Fails for Regional... - Microsoft Fabric Community
Solved: Re: DataSource.Error: ADBC: Dataset XXX was not fo... - Microsoft Fabric Community
Solved: Error connecting Power BI to Google BigQuery - Microsoft Fabric Community
I hope this information helps. Please do let us know if you have any further queries.
Regards,
Dinesh
@GB_22 Hi! Here a few tentatives:
1. In Power BI Desktop, go to Options → Preview features and disable “Use new BigQuery connector implementation” (or similar). Then re-publish the report. Many users report this restores correct behavior for regional datasets.
2. In your queries’ Advanced Editor, locate the BigQuery source lines (something like GoogleBigQuery.Database(...) with optional arguments) and remove or override the Implementation="2.0" parameter. Some users say removing it fixes the location mis-targeting.
3. Make sure your M code or connector config explicitly includes [BillingProject = "your-GCP-project"] and references tables as project.dataset.table. This gives the connector more context about which project to use. Some forum users reported this helps.
Let me know if one of this works.
BBF