Why is Power BI no longer reading 'Published To Web' Google Sheets properly?

Cary Carr 20 Reputation points
2025-08-04T20:12:41.5733333+00:00

As of August 1st, none of the connections that I had in Power BI that were looking at Google Sheets via the 'Publish to Web' URLs are working. The issue seems to be that the Power Query web connector sees the header of the report title, but not the actual content of the published web page.

For example, when I try to link to the following test page using the 'Web Connector': https://docs.google.com/spreadsheets/d/e/2PACX-1vSa8wC8gKcRb7Ac45llfvGWti0LWO88t_TMy1MRPUo1PTSUxDg0gtsTXTXEvbELcOG4eVIN3_aMc9vW/pubhtml?gid=0&single=true

User's image

This is what I end up seeing:

User's image

Does anyone have any insight into why this happened?

Community Center | Not monitored
0 comments No comments
{count} votes

Accepted answer
  1. Emmanuel Santana 24,230 Reputation points Independent Advisor
    2025-08-05T00:23:30.2633333+00:00

    Hi Cary. Google recently changed how its “Publish to Web” output works for Google Sheets. Power BI’s Web connector depends on reading static HTML tables, but as of August 2025, the /pubhtml URL no longer provides the table data in a format Power BI can detect.

    To fix it, you’ll need to switch your link from this:

    https://docs.google.com/spreadsheets/d/e/2PACX-1vSa8wC8gKcRb7Ac45llfvGWti0LWO88t_TMy1MRPUo1PTSUxDg0gtsTXTXEvbELcOG4eVIN3_aMc9vW/pubhtml?gid=0&single=true

    To this CSV output link instead:

    https://docs.google.com/spreadsheets/d/e/2PACX-1vSa8wC8gKcRb7Ac45llfvGWti0LWO88t_TMy1MRPUo1PTSUxDg0gtsTXTXEvbELcOG4eVIN3_aMc9vW/pub?gid=0&single=true&output=csv

    After that, reload your data in Power BI. I just tested it, and it pulls the data correctly now:

    User's image

    Give it a try and let me know if it works for you.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.