Forum Discussion

Matheus_R's avatar
Matheus_R
Regular Visitor
10 months ago
Solved

Automatics Refresh

Hello, everyone I'm getting this error in the automatic refresh in Power BI and I don't know how to resolve it. The data used in the report is Data Source: Web - pulling links from Google Sheets spr...
  • AmiraBedh's avatar
    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.