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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
tkramer
Advocate I
Advocate I

Google Sheet Connector

I am having trouble connecting to data on Google Sheets. Here is the error:

Web.Contents failed to get contents from 'https://sheets.googleapis.com/v4/spreadsheets/CTrTkX99999999999?fields=sheets/properties,namedRanges' (429): Too Many Requests
tkramer_0-1713880494634.png

 

This is a very small table (8k rows) and we have no other queries connecting via Google Sheets (this is the first time I am trying).  I am using the "share" link on Google Sheet.  Has anybody else ran into this and have a solution?  
1 REPLY 1
cpwebb
Microsoft Employee
Microsoft Employee

Can you share the full M code for the Power Query query that you're using? It looks like Google Sheets is raising this error because your code is making too many requests in too short a time period. Wrapping the call to get data from Google Sheets with Table.Buffer or adding delays between calls using Function.InvokeAfter (see https://blog.crossjoin.co.uk/2015/04/30/using-function-invokeafter-in-power-query/ for example) might help avoid this error.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors