Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
EmilMar
New Member

Problems with Location in PowerBi Desktop

We have a problem when we connect PowerBI Desktop with our DWH.

Our DWH Data are europe-west6

 

EmilMar_0-1759304599918.png

 

 

When I connect PowerBI with DWH the tool takes location USA. That’s why I have this error.

Can you please tell me how can I change the location in PowerBi? USA as location now is wrong

 

Thanks a lot in advance!

2 ACCEPTED SOLUTIONS
anilelmastasi
Super User
Super User

Hello @EmilMar ,

 

When you click Get data and selecting Google BigQuery, could you please expand “Advanced options” in the connection window before loading data? After that, in the Billing project ID field, enter the same project where your dataset resides.

 

If this solved your issue, please mark it as the accepted solution.

View solution in original post

v-pnaroju-msft
Community Support
Community Support

Thankyou, @anilelmastasi, for your response.

Hi EmilMar,

We appreciate your enquiry via the Microsoft Fabric Community Forum.

Based on my understanding, the issue arises because the new Power BI BigQuery connector occasionally initiates jobs without specifying a region. In such cases, BigQuery defaults the job location to US, which leads to errors when the dataset is located in europe-west6. In short, the Power BI BigQuery connector defaults queries or jobs to the US region if a region is not explicitly specified, causing a mismatch with the dataset location.

Please follow the steps below, which may help resolve the issue:

  1. In Power BI Desktop, navigate to File > Options and settings > Options > Preview features, uncheck Use new Google BigQuery connector implementation, and then restart the application.
  2. Open Transform Data > Advanced Editor and remove Implementation=2.0 from the M query.
  3. Optionally, specify a billing project explicitly in the M code, for example:
    Source = GoogleBigQuery.Database([BillingProject="yourprojectid"])

Additionally, please refer to the link below for further information:
Google BigQuery connector - Power Query | Microsoft Learn

We hope the information provided helps to resolve the issue. Should you have any further queries, please feel free to contact the Microsoft Fabric Community.

Thank you.

View solution in original post

4 REPLIES 4
v-pnaroju-msft
Community Support
Community Support

Thankyou, @anilelmastasi, for your response.

Hi EmilMar,

We appreciate your enquiry via the Microsoft Fabric Community Forum.

Based on my understanding, the issue arises because the new Power BI BigQuery connector occasionally initiates jobs without specifying a region. In such cases, BigQuery defaults the job location to US, which leads to errors when the dataset is located in europe-west6. In short, the Power BI BigQuery connector defaults queries or jobs to the US region if a region is not explicitly specified, causing a mismatch with the dataset location.

Please follow the steps below, which may help resolve the issue:

  1. In Power BI Desktop, navigate to File > Options and settings > Options > Preview features, uncheck Use new Google BigQuery connector implementation, and then restart the application.
  2. Open Transform Data > Advanced Editor and remove Implementation=2.0 from the M query.
  3. Optionally, specify a billing project explicitly in the M code, for example:
    Source = GoogleBigQuery.Database([BillingProject="yourprojectid"])

Additionally, please refer to the link below for further information:
Google BigQuery connector - Power Query | Microsoft Learn

We hope the information provided helps to resolve the issue. Should you have any further queries, please feel free to contact the Microsoft Fabric Community.

Thank you.

Thank you so much! You helped me a lot! it works now. i can nonnect power bi desktop with big query. THANKS!

anilelmastasi
Super User
Super User

Hello @EmilMar ,

 

When you click Get data and selecting Google BigQuery, could you please expand “Advanced options” in the connection window before loading data? After that, in the Billing project ID field, enter the same project where your dataset resides.

 

If this solved your issue, please mark it as the accepted solution.

THANKS a lot!

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors