Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hello everyone,
I have a setup with a dataflow connected to a gateway pointing to a database.
I want to upload data to my dataflow without the personnal information contained inside.
I created power query code able to clean all of the data, but I'm not sure of one thing :
Is it running on my gateway, or on the microsoft's servers ?
I want to keep all personal information from leaving the network, so I need to know.
If it runs on microsoft's servers, can I do the cleaning in my SQL queries ?
I couldn't find the doc for this
Solved! Go to Solution.
gateways are mandatory for on premise data sources, however you can also choose to refresh your cloud data sources through the gateway. That would be another avenue for your data to travel. Cross source data leakage is governed by the Formula Firewall.
Your data will be processed on the gateway and then handed over to the Power BI Service. You need to clear out the PII as part of the Power Query script, or further upstream (in an SQL view, for example).
Thank you for the answer !
In the mean time, I have found the following documentation :
https://learn.microsoft.com/en-us/power-query/dataflows/data-exfiltration-best-practices
So if I understand correctly, what you said is what is described in the "Network Isolation section", am I right ?
As long as my gateway is correctly setup, refreshing my dataflow should use the gateway execution engine ?
gateways are mandatory for on premise data sources, however you can also choose to refresh your cloud data sources through the gateway. That would be another avenue for your data to travel. Cross source data leakage is governed by the Formula Firewall.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
39 | |
37 | |
32 | |
25 | |
24 |
User | Count |
---|---|
37 | |
29 | |
23 | |
21 | |
17 |