Forum Discussion
Multiple gatways in the same tenat
Hi
I'm helping a client introducing Power BI on a broad and managed scale. One issue is that the client has several internal networks with firewalls between them. I would like to install one gateway in each network to allow for access to data sources within each network. Is it possible to have several gateways on different networks within the same tenant where the same user has access to data sources through several different gateways?
Or is my only option to open the firewall between the networks?
Thanks!
Mattias
3 Replies
- GilbertQ
Super User
You can certainly install multiple Gateways in one tenant, even in the same network.
Here is a blog post by Kasper De Jonge (Who works at Microsoft) explaining how the Gateways work and how to use it in a larger scale environments.
- AnonymousNot applicable
GilbertQmattiaseriksson Installation of multiple gateways gets you balanced load, but doesn't help if the datasources are silo'd but used together in the same report. Let me explain:
Gateway 1 - connected to DataSource A, B, C
Gateway 2 - connected to DataSource D, E, F
Gateways 3 - 100 All with different datasources
All of the above is perfectly acceptable, and depending on load, a good solution as described in the blog.
Where it falls apart is if the use case includes a report that requires the use of DataSource A and E together in the same report. When the PBIX is published the dataset will not be available fo refresh because while the datasources will be active and working on the gateways, they are seperate gateways. Both A and E would have to be registered on the same gateway. This is a current limitation of the Power BI Gateways.
This was the point of my previous post. hope that clarifies.
- AnonymousNot applicable
mattiaseriksson If you need to connect to data sources that are only referenced in different gateways then you can't currently do this. All the data sources in a PBIX/dataset need to refresh from the same gateway.
If all the gateway data sources are independant, or only come from their area, then it should work.