Forum Discussion
Can I share A gateway
- 1 year ago
Hi quickbi
Power BI gateways cannot be shared directly with external users due to security restrictions. Your partner won't see the gateway in their Power BI Service because it's tied to your organization's Azure Active Directory (AAD).
To collaborate, you can:
- Add your partner as a guest user in AAD and share a workspace with access to datasets using the gateway.
- Use a shared account to give them access, though this poses security risks.
- Move the PostgreSQL database to the cloud (e.g., Azure) to avoid needing the gateway entirely.
- Embed the Power BI report/dataset and share it via an application.
Hi,
Thank's for your answer, If I move to an Azure Postgress I'll not need any kind of gateway? does the other external organization partners could connect directly to the database without problems?
Thanks again
Hi quickbi ,
Thank you for reaching out to the Microsoft Fabric community. When you move your PostgreSQL database to Azure whether you need a gateway depends on your setup.
No Gateway Needed: If you enable public access to your Azure PostgreSQL database and configure the firewall rules to allow the external partner's IP address or IP range, they can directly connect without a gateway.
Power BI Service can also directly connect to the Azure PostgreSQL database using its native cloud connector eliminating the need for an on-premises data gateway.
Gateway Required: If you configure your SQL Server in Azure with Private Link, VPN or ExpressRoute for enhanced security restricting access to a private network '' a gateway will still be required.
In such cases deploy the on-premises data gateway within the same private network (or connected to it) with a secured VPN server or other connectivity device to facilitate the connection.
If my answer addressed your query, kindly mark it as the Accepted Solution to assist others.
I'd also be grateful for a 'Kudos' if you found my response useful!