Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
sakshamgupta01
New Member

Upgrading v1 Power BI workspaces

We have received the following message from message center. Can someone guide us on where to run this command from?  We are trying to determine if we are affected by this Office 365 change.

sakshamgupta01_0-1649845790448.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @sakshamgupta01 ,

You can refer the following official documentation to get it.

Admin - Groups GetGroupsAsAdmin

Groups GetGroupsAsAdmin

In addition, you can refer the following links to get the classic workspaces info by Powershell or Admin portal.

Powershell:

List current workspaces

# Connect with regular power bi admin

Connect-PowerBIServiceAccount -Credential (Get-Credential)

# Find all active workspaces

$workspaces = Get-PowerBIWorkspace -Scope Organization -Type Group | Where-Object { $_.State -match 'Active' } | Select-Object Id, Name, Type $workspaces

Check in Admin portal:

View workspaces

yingyinr_0-1650258664119.png

For more details on some of the changes, restrictions and considerations for upgrading from classic workspace to the new workspace, you can check out this official document below.

Upgrade classic workspaces to the new workspaces in Power BI

Best Regards

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @sakshamgupta01 ,

You can refer the following official documentation to get it.

Admin - Groups GetGroupsAsAdmin

Groups GetGroupsAsAdmin

In addition, you can refer the following links to get the classic workspaces info by Powershell or Admin portal.

Powershell:

List current workspaces

# Connect with regular power bi admin

Connect-PowerBIServiceAccount -Credential (Get-Credential)

# Find all active workspaces

$workspaces = Get-PowerBIWorkspace -Scope Organization -Type Group | Where-Object { $_.State -match 'Active' } | Select-Object Id, Name, Type $workspaces

Check in Admin portal:

View workspaces

yingyinr_0-1650258664119.png

For more details on some of the changes, restrictions and considerations for upgrading from classic workspace to the new workspace, you can check out this official document below.

Upgrade classic workspaces to the new workspaces in Power BI

Best Regards

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.