629 B
629 B
Creating Workspaces
Create Workspace with Large Storage Format
Step 1: List available capacities
fab ls .capacities
Step 2: Create workspace on chosen capacity
fab mkdir "Workspace Name.Workspace" -P capacityName="MyCapacity"
Step 3: Get workspace ID
fab get "Workspace Name.Workspace" -q "id"
Step 4: Set default storage format to Large
fab api -A powerbi -X patch "groups/<workspace-id>" -i '{"defaultDatasetStorageFormat":"Large"}'
Done. The workspace now defaults to Large storage format for all new semantic models.