Power BI Connector
Documentation
Version: 1
Documentation

EndPoint Create a Push Dataset


Name

create_push_dataset

Description

Creates a Push Dataset with Tables. [API Help]

Parameters

Parameter Label Required Options Description
Definition Definition YES
Option Value
Example { "name": "SalesMarketing", "defaultMode": "Push", "tables": [ { "name": "Product", "columns": [ { "name": "ProductID", "dataType": "Int64" }, { "name": "Name", "dataType": "string" }, { "name": "Category", "dataType": "string" }, { "name": "IsComplete", "dataType": "bool" }, { "name": "ManufacturedOn", "dataType": "DateTime" }, { "name": "Sales", "dataType": "Double", "formatString": "Currency" } ] } ] }
JSON describing the created Dataset and its Tables
WorkspaceId WorkspaceId NO
Option Value
Default

Output Columns

Label DataType Length Raw Description
Id DT_STR 36 False
Name DT_WSTR 150 False
Status DT_WSTR 30 False
HttpStatusCode DT_I4 0 False

Input Columns

Label DataType Length Raw Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.