Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
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
Solved! Go to Solution.
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
What are the datasource settings to use the "SQL Data extension"?
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.
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."}}"
Regards
Sam
this solves it!!!
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
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.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
39 | |
26 | |
21 | |
19 | |
10 |
User | Count |
---|---|
39 | |
36 | |
34 | |
20 | |
14 |