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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
AHMRayyan
Regular Visitor

Power BI - AWS Redshift

I'm creating Power BI Reports and my source is AWS Redshift, when I'm checking the AWS Redshift Portal, I found that Power BI executes this query (select 1) more than 200 times every day, and that increases my cost on Redshift.

 

why does that happen?

 

how can I prevent this query from executing?

 

and there are queries executed alone like this:
Screen Shot 2024-01-28 at 12.56.26 PM.png

2 REPLIES 2
v-xiaoyan-msft
Community Support
Community Support

Hi  @AHMRayyan ,

 

Power BI has two main ways to model data, Import and DirectQuery. If you’re using the Import method, Power BI needs to connect to the data source to import data, which could lead to frequent queries. SELECT 1 Switching to DirectQuery could help reduce these queries, as data is not imported or copied into Power BI, instead, queries are sent directly to the underlying data source.

Building Power BI Reports on top of Amazon Redshift data | Microsoft Power BI Blog | Microsoft Power...

 

 

Best regards.
Community Support Team_ Caitlyn

Thank you @v-xiaoyan-msft,

 

Do you know any way to stop executing these queries or at least (Select 1) query, because it increases AWS Redshift cost without using DirectQuery instead of Import?

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors