When I get a DataSet using the SDK I am getting back just the ID and the GroupID, all of the important information like the tables, columns, rows etc.. are null
↧
When I get a DataSet using the SDK I am getting back just the ID and the GroupID, all of the important information like the tables, columns, rows etc.. are null
When I go to post a DataSet using the SDK I get a Bad Request:
"{\"error\":{\"code\":\"BadRequest\",\"message\":\"Bad Request\",\"details\":[{\"message\":\"
The property 'IsRefreshable' does not exist on type 'Microsoft.PowerBI.ServiceContracts.Api.Dataset'.
Make sure to only use property names that are defined by the type.\",\"target\":\"dataset\"}]}}"
It appears that while the SDK call demands I use the v2.0 Dataset, some validation is taking place on the other end that is expecting the v1 still. Any work arounds or plans to fix this?
Thanks.