Post Table Rows

 


Request | Response

The Post Table Rows operation adds Rows to a Table in a Dataset.

Note To call this operation, an app token is required. For more about app tokens, see How does app token flow work?

Request

POST https://api.powerbi.com/beta/collections/{collectionName}workspaces/{workspaceId}/datasets/{datasetKey}/tables/{tableName}/rows

Uri parameter

Name Description
collectionName The workspace collection name
workspaceId The workspace id
datasetKey The dataset key
tableName Name of the table to put rows
requestMessage Takes an arbitrary input of rows according to dataset structure

Response

Status code

Code Description
200 OK. Indicates success. An empty object is returned in the response body.

Content-Type

application/json

Body schema

{  
"@odata.context": "http://api.powerbi.com/beta/collections/{collectionName}workspaces/{workspaceId}/datasets/{datasetKey}/tables/{tableName}/rows",  
   object {}  
}