<?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 Re: Admin - Groups GetGroupsAsAdmin in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Admin-Groups-GetGroupsAsAdmin/m-p/3357347#M43676</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/475779"&gt;@Charline_74&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can &lt;STRONG&gt;only&lt;/STRONG&gt; get a description of the &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;workspace&lt;/STRONG&gt;&lt;/FONT&gt; level using the current API, you can't get a description of the report or the dataset. If you want to get the report and dataset description, you can use the following two REST API.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/reports/get-report-in-group" target="_blank"&gt;Reports - Get Report In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vyiruanmsft_0-1690786503001.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/948910iB79B9E4ECAD38BE6/image-size/large?v=v2&amp;amp;px=999" role="button" title="vyiruanmsft_0-1690786503001.png" alt="vyiruanmsft_0-1690786503001.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-dataset-in-group" target="_blank"&gt;Datasets - Get Dataset In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/{datasetId}&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vyiruanmsft_1-1690786713315.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/948912i9CBEBEFE366576D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="vyiruanmsft_1-1690786713315.png" alt="vyiruanmsft_1-1690786713315.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jul 2023 07:00:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-07-31T07:00:33Z</dc:date>
    <item>
      <title>Admin - Groups GetGroupsAsAdmin</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Admin-Groups-GetGroupsAsAdmin/m-p/3353133#M43645</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I use the api : Groups GetGroupsAsAdmin with a Synapse pipeline to retrieve and store data.&lt;/P&gt;&lt;P&gt;However, I can't get the description of the datasets and reports, even though the documentation says that we can get them.&lt;/P&gt;&lt;P&gt;Documentation :&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/admin/groups-get-groups-as-admin" target="_blank"&gt;https://learn.microsoft.com/en-us/rest/api/power-bi/admin/groups-get-groups-as-admin&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Anyone know why?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 11:32:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Admin-Groups-GetGroupsAsAdmin/m-p/3353133#M43645</guid>
      <dc:creator>Charline_74</dc:creator>
      <dc:date>2023-07-27T11:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Admin - Groups GetGroupsAsAdmin</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Admin-Groups-GetGroupsAsAdmin/m-p/3357254#M43674</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/475779"&gt;@Charline_74&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Which REST API request you are trying to call? Did you expand to dataset level? Please call the request below to get it:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;GET https://api.powerbi.com/v1.0/myorg/admin/groups?$expand=datasets&amp;amp;$top=100&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vyiruanmsft_0-1690783676900.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/948885i6DD8868C4B0C69F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="vyiruanmsft_0-1690783676900.png" alt="vyiruanmsft_0-1690783676900.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 06:08:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Admin-Groups-GetGroupsAsAdmin/m-p/3357254#M43674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-31T06:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Admin - Groups GetGroupsAsAdmin</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Admin-Groups-GetGroupsAsAdmin/m-p/3357256#M43675</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I use the API with an expand dataset. I do get information about my dataset, but not the description.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 06:11:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Admin-Groups-GetGroupsAsAdmin/m-p/3357256#M43675</guid>
      <dc:creator>Charline_74</dc:creator>
      <dc:date>2023-07-31T06:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Admin - Groups GetGroupsAsAdmin</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Admin-Groups-GetGroupsAsAdmin/m-p/3357347#M43676</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/475779"&gt;@Charline_74&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can &lt;STRONG&gt;only&lt;/STRONG&gt; get a description of the &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;workspace&lt;/STRONG&gt;&lt;/FONT&gt; level using the current API, you can't get a description of the report or the dataset. If you want to get the report and dataset description, you can use the following two REST API.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/reports/get-report-in-group" target="_blank"&gt;Reports - Get Report In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vyiruanmsft_0-1690786503001.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/948910iB79B9E4ECAD38BE6/image-size/large?v=v2&amp;amp;px=999" role="button" title="vyiruanmsft_0-1690786503001.png" alt="vyiruanmsft_0-1690786503001.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-dataset-in-group" target="_blank"&gt;Datasets - Get Dataset In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/{datasetId}&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vyiruanmsft_1-1690786713315.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/948912i9CBEBEFE366576D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="vyiruanmsft_1-1690786713315.png" alt="vyiruanmsft_1-1690786713315.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 07:00:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Admin-Groups-GetGroupsAsAdmin/m-p/3357347#M43676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-31T07:00:33Z</dc:date>
    </item>
  </channel>
</rss>

