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 a Workspace | get_workspace | |
Get Datasets | get_datasets | |
Get a Dataset | get_dataset | |
Create a Push Dataset | create_push_dataset | |
Delete a Dataset | delete_dataset | |
Refresh a Dataset | refresh_dataset | |
Get Tables | get_tables | |
Get Table Columns | get_table_columns | |
Get Table Rows | get_table_rows | |
Insert Rows into Push Dataset Table | insert_push_dataset_table_rows | |
Truncate a Push Dataset Table | truncate_push_dataset_table | |
Execute a DAX query | execute_dax_query | |
Generic Request | generic_request |