简体   繁体   中英

PowerBI Add table to existing dataset

Assuming a dataset with some tables has been created through the PowerBI Rest API is there a way of adding a new table to that dataset schema?

I am aware one can delete the dataset and recreate it , but I want to avoid that.

I have followed this update table schema sample where one can modify the columns of a table, with a PUT to "https://api.powerbi.com/v1.0/myorg/datasets/{id}/tables" .

I have tried PUT and POST to /datasets/{id} , datasets/{id}/tables and datasets/{id}/tables/{NewTable} uris with correct json for dataset/tables to no avail. Errors are either http NotFound , or json error ItemNotFound or No HTTP resource was found that matches the request URI .

Is this functionality available?

目前尚不支持此功能,但是我们要添加此功能。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM