list_apps
Lists installed Power BI apps to retrieve workspace IDs for accessing datasets, tables, and running DAX queries through related tools.
Instructions
List all Power BI apps installed for the authenticated user.
Returns each app's id, name, description, publisher, last update time,
and — most importantly — the workspaceId of the underlying workspace.
Use the workspaceId field (not the app id) as the workspace_id
parameter in list_datasets, list_tables, execute_dax, and other
dataset tools.
If no apps are installed, try list_workspaces instead to find
workspaces directly.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||