Forum Discussion
when are gateways necessary?
I have been reading and hearing conflicting information about when gateways are necessary. Is there an official knowledge article that discusses when they are necessary?
My immediate need is to refresh the data in a Power BI report (i.e., refresh its dataset) that sources from an Excel file that lives in an on-prem file share. If it matters, ideally, I'd like it to be a scheduled refresh, but I'm okay with it being a manual refresh. Do I need a gateway for this?
Further, I have 2 more Power BI reports in dev. Both use an ODBC connection to ServiceNow (cloud, not on-prem). The first one's connection is to be in import mode (i.e., dataset gets created). The second one's connection is to be in DirectQuery mode (i.e., no dataset gets created). Is a gateway needed for either mode?
6 Replies
- galshakedNew Member
The gateway allows access to data that in on-premise, and which Power BI Service cannot access from outside your network. The gateway will connect internallly to the data sources, update the data and send it to Power BI Service.
https://docs.microsoft.com/en-us/power-bi/service-gateway-onprem
- AnonymousNot applicable
Is it safe to say that a gateway is only required for on-prem sources (i.e., not cloud)? That is, it has nothing to do with the connection mode being import or DirectQuery?
- galshakedNew Member
The way I understand it, yes.