Basic Information

appmixer.MSPowerBI.core.CreateDataset

1.0.0

Public

Creates a new push dataset in Power BI. Push datasets support real-time data streaming via AddRows.

Input Ports

in

FieldTypeDescription
Dataset Name text The name of the new dataset.
Default Mode select The dataset mode. Push datasets support AddRows and ListTables.
Tables expression Table definitions for the dataset. Each table must have a name and columns array.
Workspace (Group) ID text Optional. The workspace (group) ID. If omitted, My Workspace is used.

Output Ports

out

FieldTypeDescription
Status -
Dataset ID -
Dataset Name -
Default Mode -

Full Metadata