Forum Discussion

amirthaP's avatar
amirthaP
Frequent Visitor
3 years ago
Solved

Optimizing and fast refresh of data connected from athena

Hi all, I'm looking for methods to improvise the speed of refresh and querying when powerbi data source connection to AWS Athena which has few queries. It'd be really helpful if any optimization me...
  • BA_Pete's avatar
    BA_Pete
    3 years ago

     

    Sorry, I just updated my previous answer around this.

    If you want the fastest reponse time in a report, you should use IMPORT mode to bring your data into Power Query, rather than using DIRECT QUERY.

    If your ODBC connector is operating in a Direct Query way, then you'll have to wait for communication and processing with the server every time you update your visuals (slicers, interactive filtering etc.).

     

    Pete