Forum Discussion
table refresh doesn't find changes but partition refresh does
- 1 year ago
Hi markmsc ,
Can you please share an update to your issue and let us know if you were able to resolve it by using azure pipeline-orchestrated XMLA refresh of the model, as this seems to be the best possible workaround currently available.
Sharing an update and accepting the reply which may have helped you in the direction will surely help other community memebers who may experience the same error in the future.
Thank you
Hi markmsc ,
You can try this -
Schedule a partition refresh (instead of the full table) via the XMLA endpoint or Power Automate.
If feasible, consider switching to a delete + append strategy instead of flagging rows for deletion.
I hope it helps.
Thanks,
Sai Teja
Hello SaiTejaTalasila and thank you for replying.
In the next couple of months, we will be moving to an Azure pipeline-orchestrated XMLA refresh of the model so will have the opportunity to do more granular things, in the spirit if your Power Automate suggestion, pretty soon.
As for delete + append, I assume you are referring to deleting the rows from the physical table? If so, we do not want to delete the rows from the database, only from the model after the business day to which they apply has passed. Hence the mark-for-delete strategy we have used. And again, that was working fine for the past couple of months after we put it in; it only stopped working this week for some reason. 🤔