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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

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
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors