Forum Discussion

KevinDavison's avatar
KevinDavison
New Member
1 year ago
Solved

Connector Creation not working for Azure Storage Table

Hello!  I am using the Power BI desktop app which connects to my data successfully, and when I publish up to the app.powerbi.com, my data connections no longer work. I receieve the following message...
  • Poojara_D12's avatar
    1 year ago

    Hi KevinDavison 

    The issue occurs because Power BI Desktop can connect to your Azure Storage Account (since it runs locally with VPN access), but Power BI Service cannot due to network restrictions. When publishing the report, Power BI Service operates from Microsoft’s cloud, which lacks direct access to your storage account behind a VPN. Even after whitelisting Power BI IPs, the service may still be unable to reach the data source. To resolve this, you can set up an On-Premises Data Gateway, which acts as a bridge between Power BI Service and your VPN-protected storage. Alternatively, you can configure Azure Private Endpoints to allow Power BI Service to securely connect without needing a public IP. Another option is using Azure Active Directory (AAD) authentication instead of an account key for a more secure and reliable connection. Lastly, ensure that data source credentials in Power BI Service are correctly set up with OAuth2 or the appropriate authentication method. Since Microsoft confirmed no errors on the storage account side, the issue is likely due to Power BI Service being unable to establish a direct connection.