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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
LuizLai
Regular Visitor

How to connect BigQuery Sheets table using the Power BI connector?

Good day,

 

I have a dataset in bigquery with some tables of data. One of this source table its a google sheets data. When i try to use the bigquery connector in Power BI i'm getting this error. I know that error its because the Powerbi App not request the Google drive api permission, to read my sheets, only the BigQuery API).

 

big_query_error.pngbig_query.png

 

 

I'm trying many ways to work around this problem, and one solution is programming a job query into BigQuery to copy my table to another table without link of the sheet, in the case the bigquery connector works fine. 

 

 

Is possible to grant more permission to the Power bi app for read my google drive sheets? How i can do this?

 

Thank you so much.

 

7 REPLIES 7
andylai
New Member

Found any solution? Because I am having the same issue.

Anonymous
Not applicable

Hi all, a little late here but I found a solution that solves importing a BigQuery table (source - Google Sheet) to PowerBI. It's relatively simple - schedule a query in BQ (e.g. SELECT * FROM [name of your google sheet table in bigquery]) and run that daily to ensure you capture new changes in the Google sheet. This allows you to store the results of your scheduled query in a separate table which you will then use in PowerBI. This way PowerBI doesn't have to authenticate with Google Sheets.

 

Hope this helps!

v-yuezhe-msft
Microsoft Employee
Microsoft Employee

@LuizLai,

Based on my research, accessing data hosted within Google Drive requires an additional OAuth scope. Have you enabled Google Drive access following the guide in this article?

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-yuezhe-msft

 

Exactly! but my google drive api for this project is enable! i think so this problem is correlated with the `powerbi.com` app that don`t ask me to consent this permission. I have some screeenshoots.  

 

 

api_enabled.pngcontinue_app.pngconsent_permission.png

 

How i can pass the google drive API persmission for the powerbi.com ? 

 

is there any way to add permission for this app powerbi.com(API, support, Web Cli)?

 

Thank you.

@LuizLai,

I am afraid not. You can submit an idea in the Power BI ideas forum.

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

I've posted this idea.

I've posted this idea here

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors