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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
chad_oge
Frequent Visitor

Incremental Refresh with PostgreSQL - Is query folding happening?

Hello,

 

In PowerBI, I am using the PostgreSQL connector to query a database view.  I would like to set up incremental refresh for this view.  Through my research, I have seen as long as you can "View Native Query" in the applied steps, query folding is happening.

 

After applying the RangeStart and RangeEnd date filters, I am indeed still able to "View Native Query".  But, when I run "Diagnose Step" on the applied filter, I see an operation returned saying "ReportFoldingFailure".  Does this mean that query folding is actually not occurring?  And is there any solution to solve this?

 

Thank you

2 REPLIES 2
Anonymous
Not applicable

@chad_oge 

According to the official doc, it is not recommend to use nonfoldable queries. Incremental refresh fordatasets in Power BI - Power BI | Microsoft Docs

 

" If you see this warning and want to verify the necessary query folding is occurring, use the Power Query Diagnostics feature or trace queries by using a tool supported by the data source, like SQLProfiler. If query folding is not occurring, verify the filter logic is included in the query being passed to the data source. If not, it's likely the query includes a transformation that prevents folding."

 

Reference:

Query folding guidance in Power BI Desktop - Power BI | Microsoft Docs

Query folding | Microsoft Docs

 


PaulZheng_ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.

 

 

lbendlin
Super User
Super User

Query folding is not an absolute requirement for incremental refresh.  It is certainly preferred but incremental refresh will also work with data sources that do not support folding.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

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.