Power BI Connector
Documentation
Version: 1
Documentation

EndPoints for Power BI Connector


On this page you will see possible API actions you can perform with Power BI connector. We will refer this as API EndPoint or just EndPoint.

Label Name Description
Get Workspaces get_workspaces Get all user's Workspaces. [API Help..]
Get a Workspace get_workspace Get a Workspace by ID. [API Help..]
Get Datasets get_datasets Get Datasets from default or specified Workspace. If WorkspaceId parameter is not supplied, default Workspace will be used. [API Help..]
Get a Dataset get_dataset Get a Dataset by ID. [API Help..]
Create a Push Dataset create_push_dataset Creates a Push Dataset with Tables. [API Help..]
Delete a Dataset delete_dataset Delete a Dataset by ID. [API Help..]
Refresh a Dataset refresh_dataset Refreshes a Dataset by ID. [API Help..]
Get Tables get_tables Gets a list of Tables of a Dataset
Get Table Columns get_table_columns Gets Columns of a Table
Get Table Rows get_table_rows Reads a Table of a Dataset.
Insert Rows into Push Dataset Table insert_push_dataset_table_rows Inserts rows into a Push Dataset Table
Truncate a Push Dataset Table truncate_push_dataset_table Reads a Table of a Dataset. [API Help..]
Execute a DAX query execute_dax_query Executes a DAX query on a Dataset in a default or specified Workspace. [API Help..]
Generic Request generic_request This is generic endpoint. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL.