Forum Discussion

ZetaNaruto1729's avatar
ZetaNaruto1729
New Member
4 years ago
Solved

Sometimes refresh feature doesn't work on powerbi website.

Hi! I am using a custom query to fetch the data. Basically, query is downloading an export zip (export is first initiated by script)using a graphql API. And then query pre-processes the data. I...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi ZetaNaruto1729 ,

     

    The first error is timeout error.

    Scheduled refresh for imported datasets timeout after two hours. This timeout is increased to five hours for datasets in Premium workspaces. If you encounter this limit, consider reducing the size or complexity of your dataset, or consider refactoring the large dataset into multiple smaller datasets.

    The second error is a credentials error.

    If you get a credentials message, it could mean:

    • The usernames and passwords that you used to sign in to data sources aren't up to date. In Power BI, go to refresh settings for the dataset. In Manage Data Sources, select Edit credentials to update the credentials for the data source.

    • Mashups between a cloud source and an on-premises source, in a single query, fail to refresh in the gateway (personal mode) if one of the sources is using OAuth for authentication. An example of this issue is a mashup between CRM Online and a local SQL Server instance. The mashup fails because CRM Online requires OAuth.

      This error is a known issue, and it's being looked at. To work around the problem, have a separate query for the cloud source and the on-premises source. Then, use a merge or append query to combine them.

     

    Best Regards,

    Jay