Forum Discussion
Incremental refresh - Table keeps loading in PBI desktop
I did the same. There is no merging, sorting or anything. Set RangeStart and RangeEnd to one day only, and again when loading into desktop it just keep loading and spinning.
other tables work just fine.
can you show a sanitized version of that Power Query code?
- amir_mm2 years ago
Helper III
This is the query after defining the parameters. It just keep spinning ...
- amir_mm2 years ago
Helper III
The table is connected to 6 other child tables. After removing one of the child tables in Power Query, the data loaded into PBI Desktop quickly this time. I also checked the database for constraints and indexes, and everything seems to be in good order. Could an incorrect relationship in the PBI data model have caused the issue?
- lbendlin2 years ago
Super User
If you refresh an incremental refresh partition all of its dependencies will be refreshed as well. That is especially devastating when you have Auto Date/Time enabled.
- amir_mm2 years ago
Helper III
Thank you. I don't know why, but I had to apply the RangeStart and RangeEnd on both the parent table and one of the other child tables. This way the tables are loaded into PBI desktop quickly.