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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

Query Folding in Teradata

Hi,

I am currently connecting to Teradata using ODBC drivers, and notice that some transformations such as row filters, join do not fold in the source database but instead taking place in local memory. Will this feature be supported in future releases of Power BI Desktop or is it because I used ODBC drivers?

3 REPLIES 3
v-yuta-msft
Community Support
Community Support

Hi NickNg278,

 

"notice that some transformations such as row filters, join do not fold in the source database but instead taking place in local memory"

 

<--- Could you clarify more details about your requirement?

 

Regards,

Jimmy Tao

Anonymous
Not applicable

For example, if I connect to a table with 100,000 rows, and perfom row filters transformation next (let's say I am filtering sale amount greater than $1000), all 100,000 rows would be first loaded into my computer's memory and filtered out instead of getting only 80,000 rows with sale amount greater than $1000 directly from the source database. 

Hi NickNg278,

 

If you use ODBC connector, you are using import mode other than direct query, so all the raw data are imported from database to your pbix file. You can uncompress your pbix file and check if your metadata are there. When you filter some data, power bi desktop only fetch data from your pbix file, not from database.

 

Regards,

Jimmy Tao

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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