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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
C_PriceOH
Frequent Visitor

Finding Data Conversion Errors in Large Dataset

Hello!

 

I'm running into an issue with a larger chunk of data I'm working with in PBI's Power Query (~23 million records). I'm trying to set up an incremental refresh on a date/time field, but I'm running the following error (see below). This isn't allowing to query to refresh, so I can't identify the specific records that are causing the issue. Is anyone aware of a PBI setting or function I could use to force Power BI to complete the refresh and identify the errors, or another method? 

 

C_PriceOH_1-1718209304980.png

 

C_PriceOH_0-1718209224010.png

 

Thanks!

 

 

 

1 ACCEPTED SOLUTION

the parameter values in Power Query have no meaning for incremental refresh. They only serve as a convenience for you , the developer, to limit the amount of data you use to develop the report.

 

The Power BI Service will overwrite these parameters with the partition boundaries based on the incremental refresh rules you specify.

 

Standard incremental refresh can NOT use dates in the future. If you need to do that you need to switch over to manual partition management. Advanced incremental refresh and real-time data with the XMLA endpoint in Power BI - Power BI | Micr... - you need to override the effectiveDate.

View solution in original post

3 REPLIES 3
C_PriceOH
Frequent Visitor

In the previous step to the filter step, there aren't any errors, but some records have Movement_Date values which are future dates. With my parameters set up like this below, could those future dates be causing the error with Power Query?

 

C_PriceOH_0-1718370663374.png

 

the parameter values in Power Query have no meaning for incremental refresh. They only serve as a convenience for you , the developer, to limit the amount of data you use to develop the report.

 

The Power BI Service will overwrite these parameters with the partition boundaries based on the incremental refresh rules you specify.

 

Standard incremental refresh can NOT use dates in the future. If you need to do that you need to switch over to manual partition management. Advanced incremental refresh and real-time data with the XMLA endpoint in Power BI - Power BI | Micr... - you need to override the effectiveDate.

lbendlin
Super User
Super User

Before the filter step add a step to either remove the rows that have an error in that Movement_Date column or to replace the errors with a placeholder datetime that you can then check for in your report.  It will have to be in the past  (standard incremental refresh cannot handle future dates)  but not too far in the past so that your calendar table doesn't become bloated.

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