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 reference] |
Get a Workspace | get_workspace | Get a Workspace by ID. [API reference] |
Get Datasets | get_datasets | Get Datasets from default or specified Workspace. If WorkspaceId parameter is not supplied, default Workspace will be used. [API reference] |
Get a Dataset | get_dataset | Get a Dataset by ID. [API reference] |
Create a Push Dataset | create_push_dataset | Creates a Push Dataset with Tables. [API reference] |
Delete a Dataset | delete_dataset | Delete a Dataset by ID. [API reference] |
Refresh a Dataset | refresh_dataset | Refreshes a Dataset by ID. [API reference] |
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 reference] |
Execute a DAX query | execute_dax_query | Executes a DAX query on a Dataset in a default or specified Workspace. [API reference] |
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. |
Generic Request (Bulk Write) | generic_request_bulk_write | This is a generic endpoint for bulk write purpose. 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. |