Forum Discussion
Automatics Refresh
- 10 months ago
Hello !
Thank you for posting on Fabric community.
Your sheets must be accessible without login and the url should be like https://docs.google.com/spreadsheets/d/e/<pub-id>/pub?gid=<tabId>&single=true&output=csv
Don't forgert that PBI service is strict with dynamic URLs so you need to rewrite your query to use Web.Contents with RelativePath and Query and if you have multiple sheets you can parameterize Gid and reuse the same pattern for each table.
In the service and in the dataset settings under data source credentials you need to set authentication to anonymous, privacy level to organizational. You do not need a gateway for Web/Google endpoints.
Hello !
Thank you for posting on Fabric community.
Your sheets must be accessible without login and the url should be like https://docs.google.com/spreadsheets/d/e/<pub-id>/pub?gid=<tabId>&single=true&output=csv
Don't forgert that PBI service is strict with dynamic URLs so you need to rewrite your query to use Web.Contents with RelativePath and Query and if you have multiple sheets you can parameterize Gid and reuse the same pattern for each table.
In the service and in the dataset settings under data source credentials you need to set authentication to anonymous, privacy level to organizational. You do not need a gateway for Web/Google endpoints.
- Matheus_R10 months agoRegular Visitor
Thank you so much, this solved my issue!
- Matheus_R10 months agoRegular Visitor
Hello, Amira, how are you?
Thank you so much for your support. At first glance, it appeared to halve solved my problem, but the error persist. Do you have another insight to what can I do to solve it?
It's the same error, even after I made the changes you suggested.Thank you.
- v-aatheeque10 months agoCommunity Support
Hi Matheus_R
You can start by checking the refresh history in Power BI, It usually shows more details about why the refresh failed.
If you still see the error, try checking if other reports that use the same Google Sheets data are also having issues, That will help you figure out whether the problem is with the data source or just this report.