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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join 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
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

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.