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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors