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
seanpratt
Helper III
Helper III

Doesn't Support Refresh Help

Good morning,

I've searched through these forums for similar problems and solutions and while I found some, I can't fully understand how to adapt the solution to my situation. 

I have a Google Sheet data source that works fine within Power BI Desktop but seems to block the data refresh within Service. I get the "Query contains unsupported function. Function name: Web.Contents" error.

 

Can someone please check out my M source code below and make some real suggestions on how to correct this issue? Please do not link me to another post within this forum (drives me nuts).

 

Thank you in advance for any suggestions or help 🙂

 

let
Source = Excel.Workbook(Web.Contents("SPREADSHEET NAME"), null, true),
#"Expanded Data" = Table.ExpandTableColumn(Source, "Data", {"Column1"}, {"Column1"}),

3 REPLIES 3
v-xicai
Community Support
Community Support

Hi  @seanpratt  ,

 

Does that make sense? If so, kindly mark the proper reply as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to help you further.

 

Best regards

Amy

v-xicai
Community Support
Community Support

Hi @seanpratt ,

 

Currently, you can connect to Google Sheets using Web connector, see more detail steps: Using Google Sheets as a data source in Power BI.

 

The generated power query could be like codes below, so you may correct your query codes follow steps in above link.

104.png

Best Regards,

Amy 

 

Community Support Team _ Amy

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

GilbertQ
Super User
Super User

Hi there

Currently Google Sheets is not supported in Power BI as a native connector.

The only current option is to create a custom connector.




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

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.