Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Incremental Refresh not loading latest data

I have a report with Incremental Refresh set up on 2 tables Reservations and Folios. 

It has the same IR policy on both the tables

Reservations have the correct number of data loaded in the latest refreshes. However, Folios tables have 0 data loaded in the latest refreshes (checked the partitions with XMLA endpoint). 

The only difference between these two tables processing-wise is, the Folios table has  Value.NativeQuery() to enable Query Folding and Reservations table not. 

Other than that there are no errors and each scheduled refresh is successful. 

What could be the possible conflict here?

  • Anonymous's avatar
    Anonymous
    3 years ago

    I found out the reason why this was occurring. I used a date time column that did not correspond to the current date when partitions were made. I changed it to use Created Date Time to create partitions and it works as expected now. 

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    I found out the reason why this was occurring. I used a date time column that did not correspond to the current date when partitions were made. I changed it to use Created Date Time to create partitions and it works as expected now.