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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
joshua1990
Post Prodigy
Post Prodigy

Incremental refresh does not work for table with number as date

Hello all,

I have already read in several places that the incremental refresh works without query folding. Is this true?
I have already been able to perform the incremental refresh successfully for a transactional table. From 10min refresh time to 50sec refresh time in PBI service.

Now I would like to introduce the next table based on the incremental refresh. Unfortunately this table has no real date field, but works on basid of JDE Julian Date in format CYYDDD.
As an example: 01.01.2019 = 119001

I have already found a M-function which converts the number into a Date/DateTime format:

Table.AddColumn(#"Filtered Rows", "Custom", each #date(1900+Number.IntegerDivide([JDate], 1000),1,1)+#duration(Number.Mod([JDate], 1000)-1,0,0,0))

Unfortunately, this function results in a query folding break.
Are there any functions for conversion which do not break query folding?
What other recommendations do you have?

With the above approach the refresh time remains constant

 

1 REPLY 1
GilbertQ
Super User
Super User

Hi @joshua1990 

 

All that you need to ensure is that the incremental refresh happens before your query folding breaks.

 

I have a blog post here explaining how I get it to work with any data source: How to configure Incremental Refresh with Power Query in Power BI - Reporting/Analytics Made easy wi...





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Top Solution Authors
Top Kudoed Authors