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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
mbudis
Regular Visitor

Can't combine two tables using amazon redshift

Hi All, 

I would like to ask related error below, so my objective is to combine two tables A and B, using Append Queries as New with a granular column, is same here is my error 

mbudis_0-1754964566811.png

 

Thanks.

Regards,

Budi 

 

1 ACCEPTED SOLUTION
Ritaf1983
Super User
Super User

Hi @mbudis 

Based on the error message, it looks like your data model or query exceeds Power BI’s memory limits, which is common when importing large or granular datasets.

Here are some suggestions to consider:

Reduce Query Complexity:
Simplify the queries – remove unused columns or rows early in the query steps to reduce memory load.

Pre-Join in Redshift:
Instead of appending tables A and B in Power BI, consider creating a view or staging table in Redshift to combine them first.

Remove Duplicates and Unnecessary Data:
Apply filters early and make sure you’re not importing more data than needed.

Consider Moving to DirectQuery Mode:
If you're currently using Import mode, switching to DirectQuery can help offload processing to Redshift and avoid memory pressure in Power BI.

Model Optimization:

If your model is heavily normalized, consider denormalizing it and using a star schema.

Review relationships and avoid bi-directional filtering where not needed.

Open a Support Ticket (Optional):
If the issue persists, consider raising a support ticket with Microsoft and sharing a stripped-down version of the model for troubleshooting.

It's hard to give an exact fix without seeing your data model or query structure, but these are the most common ways to resolve such issues.

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickl

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

View solution in original post

2 REPLIES 2
mbudis
Regular Visitor

Hi Rita, 

Thanks for your quick reply, it quite englighting right now.

 

Thanks.

Regards,

Budi 

Ritaf1983
Super User
Super User

Hi @mbudis 

Based on the error message, it looks like your data model or query exceeds Power BI’s memory limits, which is common when importing large or granular datasets.

Here are some suggestions to consider:

Reduce Query Complexity:
Simplify the queries – remove unused columns or rows early in the query steps to reduce memory load.

Pre-Join in Redshift:
Instead of appending tables A and B in Power BI, consider creating a view or staging table in Redshift to combine them first.

Remove Duplicates and Unnecessary Data:
Apply filters early and make sure you’re not importing more data than needed.

Consider Moving to DirectQuery Mode:
If you're currently using Import mode, switching to DirectQuery can help offload processing to Redshift and avoid memory pressure in Power BI.

Model Optimization:

If your model is heavily normalized, consider denormalizing it and using a star schema.

Review relationships and avoid bi-directional filtering where not needed.

Open a Support Ticket (Optional):
If the issue persists, consider raising a support ticket with Microsoft and sharing a stripped-down version of the model for troubleshooting.

It's hard to give an exact fix without seeing your data model or query structure, but these are the most common ways to resolve such issues.

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickl

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors