Forum Discussion
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
- d_gosbell
Super User
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.
- AnonymousNot 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
Super 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:
- refresh manually in desktop and upload a static copy of the data periodically.
- you could use some other tool to extract the data from ADO and put it into a source that is supported by Report Server
- you could publish the report onto a workspace on the cloud service
- AnonymousNot 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