Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Publishing a report with Amazon Athena connection

Hello all!  I connected to Athena on Desktop using the Athena Connector, although that still did require me to install and set up ODBC (Simba Athena). I published the report to Service, when I try...
  • ibarrau's avatar
    ibarrau
    3 years ago

    Sure. Amazon Athena is just a bridge to the source like Amazon S3 (data lake). The data is hosted at the AWS cloud. In order to work with PowerBi you need a driver and a gateway. If you install that in a local VM, you are getting data from cloud (aws) to on premise (local vm) and then to cloud again (PowerBi Service). That's a waist of time and processing. In order to keep it always on cloud you can use EC2. EC2 is the name AWS Services has picked for Virtual Machines on AWS Cloud. Installing the gateway there can help keeping the refresh clean and fast.

    I hope that make sense,