Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get 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

Reply
Anonymous
Not applicable

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

2 ACCEPTED SOLUTIONS
v-xicai
Community Support
Community 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,

https://docs.microsoft.com/en-us/azure/sql-database/sql-database-managed-instance-transact-sql-information#buffer-pool-extension.

 

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.

View solution in original post

v-xicai
Community Support
Community 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

View solution in original post

6 REPLIES 6
Pilares
Frequent Visitor

What are the datasource settings to use the "SQL Data extension"?

Anonymous
Not 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':

Data source properties.PNG

Under here you can switch the connection type to 'Microsoft Azure SQL Database':

Data source type.PNG

 

Once the switch is made and the credentials reentered, you can save the report and upload it to the workspace.

Anonymous
Not 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."}}"

Regards

Sam

this solves it!!!

v-xicai
Community Support
Community 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

v-xicai
Community Support
Community 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,

https://docs.microsoft.com/en-us/azure/sql-database/sql-database-managed-instance-transact-sql-information#buffer-pool-extension.

 

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.

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

Find out what's new and trending in the Fabric Community.

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

Check out the November 2024 Power BI update to learn about new features.