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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
jamiecarpenter
Frequent Visitor

Incremental Refresh Apply Change Hanging at 1000 rows - ODBC & Google Big Query

After having issues with the native Google Big Query connector i've succesfully switched to using ODBC and the Simba driver to pull the data i require.

 

However as soon as i try to add the incremental refresh parameters to my dataset, when applying changes it hangs at 1000 rows. I've tried this via the standard filter and via the advanced editor with no success. 

 

The same parameter worked fine when using the native Google Big Query connector but i had issues with a known error with usage of the API that has not been resolved. 

 

Here is the filter i'm trying to add (as specified in the incremental refresh document: https://docs.microsoft.com/en-us/power-bi/service-premium-incremental-refresh)

 

"Filtered Rows1" = Table.SelectRows(#"Filtered Rows", each [date] >= RangeStart and [date] < RangeEnd)

 

Any support would be much appreciated. 

 

Steps i've already tried which failed:

- Removing all other filters and just implementing incremental refresh filter

- Adding additional timeout to the query

- Clearing all caches

2 REPLIES 2
v-frfei-msft
Community Support
Community Support

Hi @jamiecarpenter ,

 

The formula of the step is correct.

"Filtered Rows1" = Table.SelectRows(#"Filtered Rows", each [date] >= RangeStart and [date] < RangeEnd)

 

Did you set your [date] to date time?

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

@v-frfei-msft - yes my date column is set to date/time. As mentioned the step does work when using the native big query connector so i'm pretty sure it's not the dataset itself. 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.