Forum Discussion
Deployment Pipeline & Full load refresh_ Incremental refresh
- Anonymous1 year ago
I have unpublished the existing app in the workspace then deleted my dataset and report. Now I published my reports and datasets using deployment pipeline and provided the paramaters then refreshed my report manully. It worked then
Hi Anonymous ,
You can try to refresh the dataset from SSMS.Connect to XMLA endpoint of that semantic model from SSMS.
Trigger a Full Refresh:
Right-click on the dataset and select Process Database.
In the Process Database dialog:
Select Process Full to refresh the entire model, ignoring incremental partitions.
Click OK to start the refresh.
If it's not working that might be the issue caused by your parameters or incremental refresh policy.
I hope it will be helpful.
Thanks,
Sai Teja
- Anonymous1 year agoNot applicable
I have done the refresh using SSMS only as it is not working through manually.