Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Amazon Athena Connector

Hi all,

 

With the latest release of Power BI in July, Power BI has developed a new connector for Amazon Athena. 

Previously I have connected to this database with Power BI using a ODBC connector. This all went very well and works fine. Today I am trying to do the same with the new connector, but I have a problem with creating custom SQL Queries in combination with the new Amazon Athena Connector.  I hoped someone else has faced the same problem and has an answer for me. 

 

With ODBC I am using the following Power Query M code to use a custom SQL Query:

 

Source = Odbc.Query([DSN], [SQL Query]) 

 

 

With Amazon Athena this is currently not possible, I can only SELECT a table, but not implement custom SQL Query's

 

Source = AmazonAthena.Databases([DSN], [role])

 

 

Announcement documentation AWS and Power BI

AWS Announcement release 

Power BI announcement release 

1 ACCEPTED SOLUTION
ibarrau
Super User
Super User

Hi JeroenR! the problem is that the new connector is in Beta. They are still developing it and it might have some features missing or bugs. I would recommend using ODBC until they finnish the development. 

You can go to the release announcement or the following doc of the connector and give Microsoft feedback of your thought or missing feature: 

https://docs.microsoft.com/en-us/power-query/connectors/amazonathena

https://powerbi.microsoft.com/en-us/blog/power-bi-july-2021-feature-summary/

I hope that helps,


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

View solution in original post

1 REPLY 1
ibarrau
Super User
Super User

Hi JeroenR! the problem is that the new connector is in Beta. They are still developing it and it might have some features missing or bugs. I would recommend using ODBC until they finnish the development. 

You can go to the release announcement or the following doc of the connector and give Microsoft feedback of your thought or missing feature: 

https://docs.microsoft.com/en-us/power-query/connectors/amazonathena

https://powerbi.microsoft.com/en-us/blog/power-bi-july-2021-feature-summary/

I hope that helps,


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors