set_table_private
Make a table private in Power BI to hide it from all clients. Use for internal helper or staging tables that should not be visible to users.
Instructions
Set Table.IsPrivate - a private table is hidden from ALL clients (stronger than hide), the right setting for internal helper / staging tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| isPrivate | Yes | true to make the table private (hidden from all clients) | |
| sessionId | Yes |