Skip to main content

Power BI

New

Automatic dashboard tile and metric refresh for DQ and Live connected Datasets

Vote (3) Share
Ravi Kumar's profile image

Ravi Kumar on 10 Aug 2023 20:27:03

We need to have the option to enable and disable "Automatic dashboard tile and metric refresh" using API - "Datasets - Update Direct Query Refresh Schedule In Group". As of now, it throws below error:


{

 "error": {

   "code": "BadRequest",

   "message": "Bad Request",

   "details": [

     {

       "message": "Value cannot be null.\r\nParameter name: nullableType",

       "target": "datasetDQRefreshSchedule"

     }

   ]

 }

}