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 spreadsheets exported as .csv

  • Cluster URIWABI-BRAZIL-SOUTH-B-PRIMARY-redirect.analysis.windows.net
  • Activity ID75759606-2326-474d-b294-cf571691021b
  • Request ID484ecbe2-305e-47d7-9147-08751a0d2798
  • Time2025-10-02 08:17:39Z
  • 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.

     

5 Replies

  • 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_R's avatar
      Matheus_R
      Regular 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-aatheeque's avatar
        v-aatheeque
        Community 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.