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:
Give it a try and let me know if it works for you.