list_tables
Retrieve visible table names from a Power BI dataset to identify available data structures for analysis, measure listing, and DAX query execution.
Instructions
List all visible tables in a Power BI dataset.
Hidden tables and internal Power BI system tables (names starting with '$')
are excluded. Use the returned table names in list_measures,
list_columns, and DAX queries.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | ||
| dataset_id | Yes |