We have a Tabular model on Azure Analysis Services and we are using the Azure Data Gateway to read from our EDW. As an example, our Fact table is about 100MB using columnstore compression. Uncompressed, it is about 4GB.
My question is, when we process the Tabular model on Azure, does 100MB or 4GB of data go through the gateway up to Azure Analysis Services?
(And similarly if it was page compression, would it shift the compressed data through the gateway or uncompressed?)