remove_from_perspective
Remove tables, columns, measures, or hierarchies from a Power BI perspective. Specify the object type and name, and provide the table for column, measure, or hierarchy removal.
Instructions
Remove an object from a perspective. objectType = table | column | measure | hierarchy. For column/measure/hierarchy, pass the object's table. Removing a table removes it (and its members) from the perspective.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | the object's name | |
| table | No | the object's table (required for column/measure/hierarchy) | |
| sessionId | Yes | ||
| objectType | Yes | table | column | measure | hierarchy | |
| perspective | Yes |