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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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
@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