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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
c_d_m
Regular Visitor

Amazon Athena connector with Direct Query not working when using value.nativequery

Hi,

i have a power bi model using direct query with an amazon athena connector when i use it as desktop the model works fine but when i publish it to power bi service i get the error: Unable to connect to the data source . I have similar reports that work fine the difference is that in this report i am using Value.NativeQuery with direct query. I have rerport with Value.NativeQuery but with import mode that work fine. As well i have rerports that use direct query but loads the whole table and they work okay but this one that has a mixture of direct query and value.nativequery is not working the error i get is Unable to connect to the data source.

the fx looks something like this for direct query and for the import mode (for import it works for direct query it doesnt):

= Value.NativeQuery(AmazonAthena.Databases("mydatabase", null){[Kind="Database"]}[Data], "SELECT #(lf) COUNT(ids) AS TEST,#(lf) COUNT(ids2) as TEST2#(lf)FROM ""myschema"".""mytable""#(lf)GROUP BY SUBSTRING(CAST(date AS VARCHAR),1,10)", null, [EnableFolding=true])

Thanks!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @c_d_m 

 

According to the following official documentation, Amazon Athena is probably not supported by Value.NativeQuery function as it is not listed in Supported data connectors. 

Query folding on native queries - Power Query | Microsoft Learn

vjingzhanmsft_0-1718591927802.png

 

With Import mode, it will load data into Power BI. When some operations are not supported by query folding, it loads data into Power BI then uses Power Query engine to deal with it. So you see it works fine with Import mode. However with DirectQuery, Power Query engine won't deal with it so it may fail. 

 

Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @c_d_m 

 

According to the following official documentation, Amazon Athena is probably not supported by Value.NativeQuery function as it is not listed in Supported data connectors. 

Query folding on native queries - Power Query | Microsoft Learn

vjingzhanmsft_0-1718591927802.png

 

With Import mode, it will load data into Power BI. When some operations are not supported by query folding, it loads data into Power BI then uses Power Query engine to deal with it. So you see it works fine with Import mode. However with DirectQuery, Power Query engine won't deal with it so it may fail. 

 

Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.