list_service_datasets
List datasets and reports in a Power BI workspace to obtain IDs for refresh, querying, or embedding.
Instructions
List the datasets and reports in a Power BI Service workspace (GET .../datasets + .../reports) - the ids feed refresh_dataset, execute_service_query and generate_embed_token. Needs an AAD access token with the Power BI scopes (accessToken param or DAXOPS_PBI_TOKEN); never echoed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accessToken | No | AAD access token with Power BI scopes; omit to use DAXOPS_PBI_TOKEN | |
| workspaceId | Yes | workspace (group) id |