<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Upgrading v1 Power BI workspaces in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Upgrading-v1-Power-BI-workspaces/m-p/2454638#M35514</link>
    <description>&lt;P&gt;We have received the following message from message center. Can someone guide us on where to run this command from?&amp;nbsp; We are trying to determine if we are affected by this Office 365 change.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sakshamgupta01_0-1649845790448.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/699287iD6793E2351CE1F9C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sakshamgupta01_0-1649845790448.png" alt="sakshamgupta01_0-1649845790448.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Apr 2022 10:30:36 GMT</pubDate>
    <dc:creator>sakshamgupta01</dc:creator>
    <dc:date>2022-04-13T10:30:36Z</dc:date>
    <item>
      <title>Upgrading v1 Power BI workspaces</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Upgrading-v1-Power-BI-workspaces/m-p/2454638#M35514</link>
      <description>&lt;P&gt;We have received the following message from message center. Can someone guide us on where to run this command from?&amp;nbsp; We are trying to determine if we are affected by this Office 365 change.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sakshamgupta01_0-1649845790448.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/699287iD6793E2351CE1F9C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sakshamgupta01_0-1649845790448.png" alt="sakshamgupta01_0-1649845790448.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 10:30:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Upgrading-v1-Power-BI-workspaces/m-p/2454638#M35514</guid>
      <dc:creator>sakshamgupta01</dc:creator>
      <dc:date>2022-04-13T10:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading v1 Power BI workspaces</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Upgrading-v1-Power-BI-workspaces/m-p/2460844#M35575</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/378434"&gt;@sakshamgupta01&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can refer the following official documentation to get it.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/admin/groups-get-groups-as-admin" target="_self"&gt;Admin - Groups GetGroupsAsAdmin&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A class="" title="Groups GetGroupsAsAdmin" href="https://documenter.getpostman.com/view/3238008/Szzn7GXk#c394bf35-8711-457d-b228-a286c093b75b" target="_blank" rel="noopener" data-testid="navbar-accordion-request-title"&gt;Groups GetGroupsAsAdmin&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In addition, you can refer the following links to get the classic workspaces info by Powershell or Admin portal.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Powershell:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.mssqltips.com/sqlservertip/6582/power-bi-workspace-management-with-powershell/" target="_self"&gt;List current workspaces&lt;/A&gt;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;STRONG&gt;# Connect with regular power bi admin &lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;EM&gt;Connect-PowerBIServiceAccount -Credential (Get-Credential) &lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;STRONG&gt;# Find all active workspaces &lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;EM&gt;$workspaces = Get-PowerBIWorkspace -Scope Organization -Type Group | Where-Object { $_.State -match 'Active' } | Select-Object Id, Name, Type $workspaces&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;STRONG style="font-family: inherit;"&gt;Check in Admin portal:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/admin/service-admin-portal-workspaces" target="_self"&gt;View workspaces&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yingyinr_0-1650258664119.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/700931iDE60B6793F8C40D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="yingyinr_0-1650258664119.png" alt="yingyinr_0-1650258664119.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For more details on some of the changes, restrictions and considerations for upgrading from &lt;A href="https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-create-workspaces" target="_self"&gt;classic workspace&lt;/A&gt; to the &lt;A href="https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-create-the-new-workspaces" target="_self"&gt;new workspace&lt;/A&gt;, you can check out this official document below.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-upgrade-workspaces#upgrade-considerations-and-limitations" target="_self"&gt;Upgrade classic workspaces to the new workspaces in Power BI&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 05:39:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Upgrading-v1-Power-BI-workspaces/m-p/2460844#M35575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-18T05:39:21Z</dc:date>
    </item>
  </channel>
</rss>

