简体   繁体   English

PowerBI将表添加到现有数据集中

[英]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? 假设已经通过PowerBI Rest API创建了具有某些表的数据集,是否可以将新表添加到该数据集架构中?

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" . 我遵循了此更新表架构示例,可以在其中修改表的列,并将PUT设置为"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. 我尝试将PUT和POST到/datasets/{id}datasets/{id}/tablesdatasets/{id}/tables/{NewTable} uris中,但对于数据集/表的正确json无效。 Errors are either http NotFound , or json error ItemNotFound or No HTTP resource was found that matches the request URI . 错误可能是http NotFound或json错误ItemNotFound或者No HTTP resource was found that matches the request URI

Is this functionality available? 此功能可用吗?

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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