Forum Discussion
SQL Azure is not supported by the SQL data extension. Please use the SQL Azure data extension instea
Good night!
I can´t publish my paginated report in Power BI Service because this error message happen: SQL Azure is not supported by the SQL data extension. Please use the SQL Azure data extension instead.
Someone could he
Hi Anonymous ,
There are some difference in SQL data and SQL Azure , see more detail :
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-features,
You can learn more:
https://docs.microsoft.com/en-us/power-bi/paginated-reports-report-builder-power-bi,
https://docs.microsoft.com/en-us/power-bi/report-builder-power-bi.
If you still have this issue for Power BI, you'd better create a support ticket in Power BI Support to get further help.
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
Does that make sense? If so, kindly mark my answer as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to help you further.
Best regards
Amy
6 Replies
- AnonymousNot applicable
The error message is usually because the data source connection type has been set to a SQL server but really is an Azure SQL server. In Power BI Report Builder it's pretty easy to fix.
Open the report go to 'Data Sources' => 'Data Source Properties':
Under here you can switch the connection type to 'Microsoft Azure SQL Database':
Once the switch is made and the credentials reentered, you can save the report and upload it to the workspace.
- ziggyzRegular Visitor
this solves it!!!
- AnonymousNot applicable
How to update this using power bi service .
I am using something like this we need to upload the report to multiple server some of which is sql and some of it is Azure sql .
var connectionDetails = new RdlDatasourceConnectionDetails {Database = tenant.Databases.DbName,Server = serverName}; var det = new UpdateRdlDatasourcesRequest { UpdateDetails = new List<UpdateRdlDatasourceDetails>{ new UpdateRdlDatasourceDetails(connectionDetails, dataSourcesForPaginatedReport.Name)} }; await ServicePrincipalProfileService.Reports.UpdateDatasourcesInGroupAsync(tenant.WorkspaceId, clonedReport.Id, det);above code throwing error "{"error":{"code":"InvalidRequest","message":"Code: UnsupportedDataSource Message: Datasources contains invalid data source: <ccon>DataSource1</ccon>. Azure SQL Database is not supported by the SQL data extension. Please use the SQL Azure data extension instead."}}"
RegardsSam
- v-xicaiCommunity Support
Hi Anonymous ,
There are some difference in SQL data and SQL Azure , see more detail :
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-features,
You can learn more:
https://docs.microsoft.com/en-us/power-bi/paginated-reports-report-builder-power-bi,
https://docs.microsoft.com/en-us/power-bi/report-builder-power-bi.
If you still have this issue for Power BI, you'd better create a support ticket in Power BI Support to get further help.
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- v-xicaiCommunity Support
Hi Anonymous ,
Does that make sense? If so, kindly mark my answer as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to help you further.
Best regards
Amy
- PilaresHelper I
What are the datasource settings to use the "SQL Data extension"?