<?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: Rest API odata.count = 0 in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Rest-API-odata-count-0/m-p/3985098#M53299</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/741025"&gt;@dodefb&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The 401 Unauthorized error usually occurs when the server is unable to authenticate the request. This could be due to incorrect credentials, insufficient permissions, or other issues related to authentication. Please review the following official documentation and check if you have gotten the proper permission.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/admin/reports-get-report-users-as-admin" target="_self"&gt;&lt;SPAN&gt;Permissions&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size="3"&gt;The user must have &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;administrator&lt;/STRONG&gt; &lt;/FONT&gt;rights (such as &lt;STRONG&gt;Office 365 Global Administrator&lt;/STRONG&gt; or &lt;STRONG&gt;Power BI Service Administrator&lt;/STRONG&gt;) or authenticate using a service principal.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size="3"&gt;Delegated permissions are supported.&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;FONT size="3"&gt;When running under service prinicipal authentication, an app&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;must not&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;have any admin-consent required premissions for Power BI set on it in the Azure portal.&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jun 2024 06:10:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-06-11T06:10:44Z</dc:date>
    <item>
      <title>Rest API odata.count = 0</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Rest-API-odata-count-0/m-p/3910152#M52357</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;i have a problem wtih the access token.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try get groups and access_token on learn.microsoft.com it's successfully and received 15 items&lt;/P&gt;&lt;P&gt;but when i try get token with C#, i can get but i try that token on postman i receiving "return&amp;nbsp;@odata.count = 0" message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;DoDe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="postman.PNG" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1096152iEA570FEC695E8150/image-size/large?v=v2&amp;amp;px=999" role="button" title="postman.PNG" alt="postman.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;string tenantSpeceficAuthority = "&lt;A href="https://login.microsoftonline.com/" target="_blank" rel="noopener"&gt;https://login.microsoftonline.com/&lt;/A&gt;" + _tenantId + "/oauth2/v2.0/token";&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;var appConfidential = ConfidentialClientApplicationBuilder.Create(_clientID)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;.WithClientSecret(_clientSecret)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;.WithAuthority(tenantSpeceficAuthority)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;.WithRedirectUri("&lt;A href="http://localhost" target="_blank" rel="noopener"&gt;http://localhost&lt;/A&gt;")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;.Build();&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;string[] scopes = { "&lt;A href="https://analysis.windows.net/powerbi/api/.default" target="_blank" rel="noopener"&gt;https://analysis.windows.net/powerbi/api/.default&lt;/A&gt;" };&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;var authResult = appConfidential.AcquireTokenForClient(scopes).ExecuteAsync().Result;&lt;BR /&gt;_accessToken = authResult.AccessToken;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 May 2024 02:19:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Rest-API-odata-count-0/m-p/3910152#M52357</guid>
      <dc:creator>dodefb</dc:creator>
      <dc:date>2024-05-11T02:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API odata.count = 0</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Rest-API-odata-count-0/m-p/3913503#M52368</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/741025"&gt;@dodefb&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It seems like there might be an issue with the access token you are using. Could you please check the following info?&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Make sure you have &lt;A href="https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app" target="_self"&gt;registered your application&lt;/A&gt; in Azure Active Directory and have the correct client ID and client secret. &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Make sure you &lt;A href="https://learn.microsoft.com/en-us/sharepoint/find-your-office-365-tenant-id" target="_self"&gt;have the correct tenant ID&lt;/A&gt; for your organization. &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Make sure you have the correct &lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/#scopes" target="_self"&gt;scope&lt;/A&gt;s for the Power BI API.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Make sure that _tenantId, _clientID, and _clientSecret are correctly set.&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Make sure that the token has the necessary permissions to access the data you are trying to retrieve.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Access token is valid as access tokens are time-limited.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://stackoverflow.com/questions/38494279/how-do-i-get-an-oauth-2-0-authentication-token-in-c-sharp" target="_blank"&gt;How do I get an OAuth 2.0 authentication token in C# - Stack Overflow&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 09:30:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Rest-API-odata-count-0/m-p/3913503#M52368</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-13T09:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API odata.count = 0</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Rest-API-odata-count-0/m-p/3918562#M52472</link>
      <description>&lt;P&gt;hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;i tried what you wrote but&amp;nbsp;unfortunately i still taking same error (count=0)&lt;/P&gt;&lt;P&gt;i added all screenshots below, could you check its please.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;DD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dodefb_7-1715724176519.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1098142i5C4A551115A32C47/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dodefb_7-1715724176519.png" alt="dodefb_7-1715724176519.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dodefb_2-1715723876586.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1098134i61EC8084DB3183B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dodefb_2-1715723876586.png" alt="dodefb_2-1715723876586.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dodefb_3-1715723920292.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1098135iEBCE24EB1D69AF76/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dodefb_3-1715723920292.png" alt="dodefb_3-1715723920292.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dodefb_4-1715723994444.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1098137i06425E4E8937E964/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dodefb_4-1715723994444.png" alt="dodefb_4-1715723994444.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dodefb_5-1715724008986.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1098138i9157C9A38E2BB68B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dodefb_5-1715724008986.png" alt="dodefb_5-1715724008986.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dodefb_6-1715724074599.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1098139i5A222DE8E44AA75A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dodefb_6-1715724074599.png" alt="dodefb_6-1715724074599.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dodefb_9-1715724452878.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1098144iFCDA575618A5158D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dodefb_9-1715724452878.png" alt="dodefb_9-1715724452878.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dodefb_8-1715724326925.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1098143iB5B7CA279D520DEC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dodefb_8-1715724326925.png" alt="dodefb_8-1715724326925.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 22:08:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Rest-API-odata-count-0/m-p/3918562#M52472</guid>
      <dc:creator>dodefb</dc:creator>
      <dc:date>2024-05-14T22:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API odata.count = 0</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Rest-API-odata-count-0/m-p/3930593#M52657</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;i have solved my problems.&amp;nbsp;We should have given permission each workspace to App Name.&lt;/P&gt;&lt;P&gt;but i have another problem. ı can get groups's users but can't report's users.&lt;/P&gt;&lt;P&gt;checked rest api doc it says use the "Admin - Reports GetReportUsersAsAdmin" method to get report users.&lt;/P&gt;&lt;P&gt;when it try this code i getting 401 unauthorized errror.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which permission i should add to my app?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dodefb_0-1716128968935.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1101139i123ED5A02F5C8BF4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dodefb_0-1716128968935.png" alt="dodefb_0-1716128968935.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dodefb_1-1716129047130.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1101140i49B72D24B5AA651C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dodefb_1-1716129047130.png" alt="dodefb_1-1716129047130.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2024 14:35:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Rest-API-odata-count-0/m-p/3930593#M52657</guid>
      <dc:creator>dodefb</dc:creator>
      <dc:date>2024-05-19T14:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API odata.count = 0</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Rest-API-odata-count-0/m-p/3931536#M52667</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/741025"&gt;@dodefb&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The 401 Unauthorized error usually occurs when the server is unable to authenticate the request. This could be due to incorrect credentials, insufficient permissions, or other issues related to authentication. Please review the following official documentation and check if you have gotten the proper permission.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/admin/reports-get-report-users-as-admin" target="_self"&gt;&lt;SPAN&gt;Permissions&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size="3"&gt;The user must have administrator rights (such as Office 365 Global Administrator or Power BI Service Administrator) or authenticate using a service principal.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size="3"&gt;Delegated permissions are supported.&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;FONT size="3"&gt;When running under service prinicipal authentication, an app&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;must not&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;have any admin-consent required premissions for Power BI set on it in the Azure portal.&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 06:48:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Rest-API-odata-count-0/m-p/3931536#M52667</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-20T06:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API odata.count = 0</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Rest-API-odata-count-0/m-p/3937299#M52742</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for reply, i had read that article on learn.microsoft.com but it's not clear for me.&lt;/P&gt;&lt;P&gt;as you know i using a service principal&lt;/P&gt;&lt;P&gt;What "&lt;FONT color="#00CCFF"&gt;&lt;SPAN&gt;When running under service prinicipal authentication, an app&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;must not&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT color="#00CCFF"&gt;have any admin-consent required premissions for Power BI set on it in the Azure portal.&lt;/FONT&gt;" means?&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;what should i do?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 23:11:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Rest-API-odata-count-0/m-p/3937299#M52742</guid>
      <dc:creator>dodefb</dc:creator>
      <dc:date>2024-05-21T23:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API odata.count = 0</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Rest-API-odata-count-0/m-p/3985098#M53299</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/741025"&gt;@dodefb&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The 401 Unauthorized error usually occurs when the server is unable to authenticate the request. This could be due to incorrect credentials, insufficient permissions, or other issues related to authentication. Please review the following official documentation and check if you have gotten the proper permission.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/admin/reports-get-report-users-as-admin" target="_self"&gt;&lt;SPAN&gt;Permissions&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size="3"&gt;The user must have &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;administrator&lt;/STRONG&gt; &lt;/FONT&gt;rights (such as &lt;STRONG&gt;Office 365 Global Administrator&lt;/STRONG&gt; or &lt;STRONG&gt;Power BI Service Administrator&lt;/STRONG&gt;) or authenticate using a service principal.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size="3"&gt;Delegated permissions are supported.&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;FONT size="3"&gt;When running under service prinicipal authentication, an app&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;must not&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;have any admin-consent required premissions for Power BI set on it in the Azure portal.&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 06:10:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Rest-API-odata-count-0/m-p/3985098#M53299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-11T06:10:44Z</dc:date>
    </item>
  </channel>
</rss>

