assuming dataset tables has been created through powerbi rest api there way of adding new table dataset schema?
i aware 1 can delete dataset , recreate it, want avoid that.
i have followed update table schema sample 1 can modify columns of table, put "https://api.powerbi.com/v1.0/myorg/datasets/{id}/tables"
.
i have tried put , post /datasets/{id}
, datasets/{id}/tables
, datasets/{id}/tables/{newtable}
uris correct json dataset/tables no avail. errors either http notfound
, or json error itemnotfound
or no http resource found matches request uri
.
is functionality available?
this not supported add.
Comments
Post a Comment