Create Workspace

../../../../_images/node_powerbi_workspace.svg

Documentation

Creates a new Workspace with chosen name.

Duplicate workspace names are not allowed, so you must make sure to enter a unique and unused name or select a fallback option (When exists) to determine what happens if a workspace with the same name already exists.

Propagates PowerBi input to output with the following changes:

  • Active workspace is set/replaced to the newly created or existing workspace.

  • Active dataset is cleared.

Definition

Input ports

powerbi
Type: powerbi
Description: PowerBi

Output ports

powerbi
Type: powerbi
Description: PowerBi

Configuration

When exists (exists)

Action when workspace name already exists

Workspace name (name)

Workspace name, required. It may not be empty

Examples

Example flows demonstrating this node:

Implementation

class node_powerbi.CreateWorkspacePowerBi[source]