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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

PowerBI connect to readonly replica of Azure sql database

Hi

We are struggling to ensure that our PowerBI reports are connected to ReadOnly Replica on our Azure sql database.


Setting "Enable SQL Server Failover Support" in Power BI Desktop does not send all queries to ReadOnly replica

We have noticed that this settings is actually setting MultiSubnetFailover = true on the M query sql.database(....,options)
We have tried to add ApplicationIntent = ReadOnly in to the same connection as well but it seems that the M sql.database option doesnt support it.


= Sql.Database ("<serveren>", "<the database>", [Query = "SELECT * FROM <the table", MultiSubnetFailover = true,ApplicationIntent = ReadOnly])


Does PowerBI support reading a Azure sql database replica?

1 ACCEPTED SOLUTION
v-lionel-msft
Community Support
Community Support

Hi @Anonymous ,

 

The Sql.Database() function does not support "ApplicationIntent " parameter in current version( 2.88.721.0 64-bit (December 2020)).

v-lionel-msft_0-1608533191305.png

If you could use the OLE DB connector to realize the idea.

Please refer to the blog.

Refreshing data in Power BI from SQL Server Read-only or Secondary Replica’s 

 

Best regards,
Lionel Chen

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

1 REPLY 1
v-lionel-msft
Community Support
Community Support

Hi @Anonymous ,

 

The Sql.Database() function does not support "ApplicationIntent " parameter in current version( 2.88.721.0 64-bit (December 2020)).

v-lionel-msft_0-1608533191305.png

If you could use the OLE DB connector to realize the idea.

Please refer to the blog.

Refreshing data in Power BI from SQL Server Read-only or Secondary Replica’s 

 

Best regards,
Lionel Chen

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors