Forum Discussion
Deployment Pipelines - Incremental Refresh & Full Refresh
- 4 years ago
Hi Anonymous ,
In addition to refreshing the full partition using the SSMS connection datasets, you can also try a full refresh using the Datasets - Refresh Dataset In Group Rest API. Here is my test request.
Request URL:
POST https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/{datasetId}/refreshesBody:
{ "type": "Full", "commitMode": "transactional", "maxParallelism": 2, "retryCount": 2, "applyRefreshPolicy": "false" }If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
In addition to refreshing the full partition using the SSMS connection datasets, you can also try a full refresh using the Datasets - Refresh Dataset In Group Rest API. Here is my test request.
Request URL:
POST https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/{datasetId}/refreshes
Body:
{
"type": "Full",
"commitMode": "transactional",
"maxParallelism": 2,
"retryCount": 2,
"applyRefreshPolicy": "false"
}
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.