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?
Solved! Go to Solution.
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.
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.