Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Where does the Powerquery run in a Dataflow ?

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

  • lbendlin's avatar
    lbendlin
    2 years ago

    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.

3 Replies

  • 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).

      • lbendlin's avatar
        lbendlin
        Super User

        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.