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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
zelalakyol
Frequent Visitor

Connecting power bi to azure sql database using private endpoint

 Hello, we want to connect to private Azure SQL via virtual network. For this, I followed all the steps in the document below. https://www.serverlesssql.com/connecting-power-bi-to-azure-sql-database-using-private-endpoints/

 

At first, the connection was successful, but an error appeared that a license was required to refresh the dataset. When I checked the document, I saw that it was because I did not have the appropriate license. Then, when I tried to test and refresh the connection again, I received the following errors. How can I solve this problem and provide a secure sql connection with a private endpoint?

 

IMG_3833.jpeg

IMG_3832.jpeg

  

1 ACCEPTED SOLUTION

FYI - I noticed in the referenced serverlesssql article that the poster shows creating the PowerPlatform delegated subnet with address range 10.0.1.0/24. However, the official Microsoft documentation notes to make sure the subnet address space does not overlap with 10.0.1.x (which is another way of writing 10.0.1.0/24):

 

https://learn.microsoft.com/en-us/data-integration/vnet/create-data-gateways#step-2-associate-the-su...

 

 Note

  • Don't use the subnet name "gatewaysubnet" as this is a reserved word for the Azure Gateway Subnet feature. You won't be able to use it to create a VNet data gateway in Step 3.
  • Make sure this subnet doesn't have an IPV6 address space added.
  • Make sure the subnet's IP range doesn't overlap with 10.0.1.x.

 

View solution in original post

4 REPLIES 4
GilbertQ
Super User
Super User

Hi @zelalakyol 

 

To me it looks like a connectivity issue you might need to look into?





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

Hi @GilbertQ 

Actually nothing has changed since the connection was successfully created. But now we are encountering this error

FYI - I noticed in the referenced serverlesssql article that the poster shows creating the PowerPlatform delegated subnet with address range 10.0.1.0/24. However, the official Microsoft documentation notes to make sure the subnet address space does not overlap with 10.0.1.x (which is another way of writing 10.0.1.0/24):

 

https://learn.microsoft.com/en-us/data-integration/vnet/create-data-gateways#step-2-associate-the-su...

 

 Note

  • Don't use the subnet name "gatewaysubnet" as this is a reserved word for the Azure Gateway Subnet feature. You won't be able to use it to create a VNet data gateway in Step 3.
  • Make sure this subnet doesn't have an IPV6 address space added.
  • Make sure the subnet's IP range doesn't overlap with 10.0.1.x.

 

Thank you!

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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

Top Solution Authors