Forum Discussion

alex_chiraples's avatar
alex_chiraples
Frequent Visitor
4 years ago
Solved

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...
  • alex_chiraples's avatar
    4 years ago

    Workaround

    {
      "value": {
        "enabled": false,
        "days": [
            "Sunday"
        ],
        "times": [
           "00:00"
       ],
       "localTimeZoneId": "UTC"
      }
    }