Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Certainly! Here’s a revised version of your message:
Hello everyone!
I am working on a script to create Power BI workspaces using PowerShell commands. I also want to update these workspaces to assign a Capacity ID and a description.
Currently, I’m using the Set-PowerBIWorkspace command, but I'm encountering the following error:
Is there a way to assign a description to workspaces programatically?
Thank you in advance for your help!
Solved! Go to Solution.
Hi @DimitraGav ,
Don't worry, "Only preview workspaces are supported when -Scope Organization is specified" just a warning. In my test the following PowerShell successfully changed the workspace. You'll need to refresh your workspace to see the changes.
Set-PowerBIWorkspace -Scope Organization -Id "3244f1c1-01cf-457f-9383-6035e4950fdc" -Name "Test Name" -Description "Test Description"
Best regards,
Mengmeng Li
Hi @DimitraGav ,
Don't worry, "Only preview workspaces are supported when -Scope Organization is specified" just a warning. In my test the following PowerShell successfully changed the workspace. You'll need to refresh your workspace to see the changes.
Set-PowerBIWorkspace -Scope Organization -Id "3244f1c1-01cf-457f-9383-6035e4950fdc" -Name "Test Name" -Description "Test Description"
Best regards,
Mengmeng Li
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.