Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Unable to schedule refresh in Power BI Report Server with BigQuery as data source

When I am trying to schedule refresh in Power BI Report Server I am facing this issue

"Scheduled Data Refresh is not available for reports. The report does not have any external data connections defined or is using an unsupported data source. Learn more

My data source is BigQuery and I have created this report in the latest version of Power BI Desktop before uploading the same in Power BI Report Server. Even the Data Sources section of Manage report is disabled so I am not able to authenticate to Data Sources.

Can some one please help me in resolving this issue. Thanks.

  • Checking the list of supported data sources for Power BI Report Server here - It shows that Google BigQuery is marked as not supported for scheduled refresh.

     

    Sorry, but I don't know of any work around for this other than moving the data to a supported data source or doing manual refreshes via Power BI Desktop.

7 Replies

  • Checking the list of supported data sources for Power BI Report Server here - It shows that Google BigQuery is marked as not supported for scheduled refresh.

     

    Sorry, but I don't know of any work around for this other than moving the data to a supported data source or doing manual refreshes via Power BI Desktop.

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi d_gosbell .

    I experience the same issue. In this case Azure Devops is used as data source instead of BigQuery.


    Set up:

    '
    ๐Ÿ–ฅ๏ธData source = Azure Devops Server (Boards only)


    โœ…Power BI Desktop for Report Server (RS): data refresh works

    โŒPower BI Report Server: scheduled data refresh is not possible.
    Error message : "Scheduled Data Refresh is not available for reports. The report does not have any external data connections defined or is using an unsupported data source. Learn more

    ๐Ÿ”Supported data sources for Power BI Report Server (here๐Ÿ˜ž
    The list does not contain any information about Azure devops, as far I can see.

    โ”d_gosbell: do you or anyone know if it is possible to connect to Azure devops data from Power BI report server?


    I see that OData is among the supported types. Should this be used to connect to Azure devops on report server?


    All help appreciated.

    Kind regards !

    • d_gosbell's avatar
      d_gosbell
      Icon for Super User rankSuper User

      Anonymous no it is not possible to connect to Azure DevOps. The problem is that Report Server does not support Entra Authentication.

       

      You can either:

      1. refresh manually in desktop and upload a static copy of the data periodically.
      2. you could use some other tool to extract the data from ADO and put it into a source that is supported by Report Server
      3. you could publish the report onto a workspace on the cloud service 
      • Anonymous's avatar
        Anonymous
        Not applicable

        Thanks for the reply d_gosbell !

        Maybe you answered already, but I just want to double check:

        Do you think a solution using OData will work?

        In other works, that you can connect from Power BI to Devops using Odata?
        (I havent managed that yet)

        Kind regards