Forum Discussion
alex_chiraples
4 years agoFrequent Visitor
Power BI REST API - Dataflows - Disable refresh schedule error
Hi, The disable refresh schedule for dataflows REST API is throwing an error. Is there any other programmable workaround to disable the refresh schedule for a specific dataflow? Request (repl...
- 4 years ago
Workaround
{ "value": { "enabled": false, "days": [ "Sunday" ], "times": [ "00:00" ], "localTimeZoneId": "UTC" } }
alex_chiraples
4 years agoFrequent Visitor
Workaround
{
"value": {
"enabled": false,
"days": [
"Sunday"
],
"times": [
"00:00"
],
"localTimeZoneId": "UTC"
}
}
V-lianl-msft
Community Support
4 years agoThanks for your sharing.