Forum Discussion
Does data flows over Public Internet
Hi All,
I am new to Power BI and working on its pilot implementation in my organisation. However, there are a few architectural questions that have slowed my progress.
Scenario
- My data source is an on-premise tabular model (SSAS)
- Gateway is installed and configured properly
- I have created a few reports using Power BI Desktop. Data source for these is an on-premise tabular model, I mentioned above in 1.
- I have got 10 Power BI Pro License
Questions
- When a user wants to access a report hosted on the Power BI cloud does the report gets downloaded into my organisation's network and then runs? If not does it stays in the Power BI cloud and runs from the cloud itself?
- If the report runs on the Power BI cloud, does my organisation data moves over Public internet?
- If the data runs over Public Internet, then does it mean that I have to increase my organisation's public internet handling capacity? How secure is the Azure channel in handling data over public internet?
I will appreciate if anyone with in the community can answer them.
Thanks
3 Replies
- ankitpatiraCommunity Champion
For this specific question "
- If the data runs over Public Internet, then does it mean that I have to increase my organisation's public internet handling capacity? How secure is the Azure channel in handling data over public internet?"
You can look at using Azure ExpressRoute service for which PowerBI has been added recently. It lets you create private link from your on-prem datasource to azure data centres. This way data doesn't travel over public internet. Obviously this mean some addition to infrastructure costs.
- Greg_DecklerCommunity Champion
ankitpatira - Nice, forgot about that announcement.
- Greg_DecklerCommunity Champion
1. Runs in cloud
1. Not your data, except during refresh or if you are using Direct Query (which you probably are using SSAS Tabular) otherwise just rendering of HTML page
1. Well, all traffic is encrypted via SSL both for the gateway, Direct Query and rendering of reports. Do you have to up your bandwidth, maybe, depends on the data and the efficiencies of your queries.