<?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: Getting an error saying PowerBINotAuthorizedException when trying to embed PowerBI reports in an in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Getting-an-error-saying-PowerBINotAuthorizedException-when/m-p/4130781#M55082</link>
    <description>&lt;P&gt;Hi,&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/800472"&gt;@THpubs&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;First of all, with regard to your first question, OAuth 2.0 authorization codes usually expire in a very short period of time, usually around 10 minutes.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;The following are related issues to support:&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="https://learn.microsoft.com/en-us/answers/questions/981553/oauth-2-0-device-authorization-grant-flow-the-expi" target="_blank"&gt;&lt;SPAN&gt;OAuth 2.0 device authorization grant flow.The expiration time (expires_in) of user_code is 900 seconds,but after 300 seconds, user_code is invalid. - Microsoft Q&amp;amp;A&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;Second, it is often not possible to programmatically obtain the authorization code without user credentials, as user consent is required in the OAuth 2.0 authorization code flow.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;Here is a screenshot of the official document:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vlinyulumsft_0-1725351575372.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1161292iCEEA3385757B3B51/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vlinyulumsft_0-1725351575372.png" alt="vlinyulumsft_0-1725351575372.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style="margin: 0in;"&gt;&lt;SPAN&gt;Here are the relevant links:&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-auth-code-flow" target="_blank"&gt;&lt;SPAN&gt;Microsoft identity platform and OAuth 2.0 authorization code flow - Microsoft identity platform | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://community.developer.atlassian.com/t/how-to-programmatically-get-the-authorization-code-without-requiring-the-user-approval-in-oauth-2-0/58326" target="_blank"&gt;&lt;SPAN&gt;How to programmatically get the Authorization code without requiring the user approval in OAuth 2.0 - Jira Development / Jira Cloud - The Atlassian Developer Community&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;Of course, this is the conclusion of the information we searched, and if you have any new discoveries or corrections, you are welcome to communicate with us.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Best Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Leroy Lu&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;If this post &lt;SPAN&gt;helps&lt;/SPAN&gt;, then please consider Accept it &lt;SPAN&gt;as the solution &lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Sep 2024 08:19:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-09-03T08:19:51Z</dc:date>
    <item>
      <title>Getting an error saying PowerBINotAuthorizedException when trying to embed PowerBI reports in an app</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Getting-an-error-saying-PowerBINotAuthorizedException-when/m-p/4129922#M55074</link>
      <description>&lt;P&gt;I created an Azure Entra app, gave the proper permissions and shared my reports with the account. I followed the following guides for this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-sample-for-customers?tabs=node-js" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-sample-for-customers?tabs=node-js&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://medium.com/@carlosdelgadorojas/lab-testing-an-embedded-report-in-the-power-bi-playground-with-a-service-principal-identity-72c88cbbd488" target="_blank" rel="noopener"&gt;https://medium.com/@carlosdelgadorojas/lab-testing-an-embedded-report-in-the-power-bi-playground-with-a-service-principal-identity-72c88cbbd488&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Now with the tokens proved by the Azure Entra app, I was able to successfully call the following endpoints:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token" target="_blank" rel="noopener"&gt;https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://api.powerbi.com/v1.0/myorg/groups/{groupsId}/reports/{reportId}" target="_blank" rel="noopener"&gt;https://api.powerbi.com/v1.0/myorg/groups/{groupsId}/reports/{reportId}&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;But unfortunately, to embed the report, the most crucial endpoint I have to talk to is this one:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://api.powerbi.com/v1.0/myorg/GenerateToken" target="_blank" rel="noopener"&gt;https://api.powerbi.com/v1.0/myorg/GenerateToken&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;When I tried to call this endpoint with the same credentials, (With the token returned by &lt;A href="https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token" target="_blank" rel="noopener"&gt;https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token&lt;/A&gt;), it gives me the following error: PowerBINotAuthorizedException&lt;/P&gt;&lt;P&gt;Can't we embed a power BI report in our own website without providing the username password of a Microsoft user account? How to do it properly?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 18:00:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Getting-an-error-saying-PowerBINotAuthorizedException-when/m-p/4129922#M55074</guid>
      <dc:creator>THpubs</dc:creator>
      <dc:date>2024-09-02T18:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an error saying PowerBINotAuthorizedException when trying to embed PowerBI reports in an</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Getting-an-error-saying-PowerBINotAuthorizedException-when/m-p/4130302#M55078</link>
      <description>&lt;P&gt;Hi,&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/800472"&gt;@THpubs&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;Your steps are correct, and my answer to your question is as follows:&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;1.&lt;/SPAN&gt;&lt;SPAN&gt;First, we can embed Power BI reports into our own Web site without providing the username and password for the Microsoft user account, which is why using a service principal to embed for customers exists. However, you may need to note that the samples provided by the official documentation are only suitable for testing, and you may need to purchase capacity if you need to go into production, the following are screenshots and links to the official documentation:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vlinyulumsft_0-1725333580417.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1161112i93E0B1CCBC0B5A5D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vlinyulumsft_0-1725333580417.png" alt="vlinyulumsft_0-1725333580417.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/embedded-capacity" target="_blank"&gt;&lt;SPAN&gt;Capacity and SKUs in Power BI embedded analytics - Power BI | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;2.&lt;/SPAN&gt;&lt;SPAN&gt;Secondly, regarding the "PowerBINotAuthorizedException" issue, you may need to note that you need to apply for an authorization code first, and the following is the relevant link:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="https://stackoverflow.com/questions/63983422/using-postman-to-get-authorization-code-oauth2-0" target="_blank"&gt;&lt;SPAN&gt;azure - Using POSTMAN to get Authorization Code - OAuth2.0 - Stack Overflow&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;&lt;SPAN&gt;3.&lt;/SPAN&gt;&lt;SPAN&gt;Then, hopefully, you'll be able to check if you have set the security group where the service principal is located to the member role and above:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vlinyulumsft_1-1725333580421.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1161113iCAE07F44AD26BBFD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vlinyulumsft_1-1725333580421.png" alt="vlinyulumsft_1-1725333580421.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;Make sure the Power BI service admin permissions are turned on&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vlinyulumsft_3-1725333612564.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1161115iB2065BBA7A37FB4D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vlinyulumsft_3-1725333612564.png" alt="vlinyulumsft_3-1725333612564.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-service-principal" target="_blank"&gt;&lt;SPAN&gt;Embed Power BI content in an embedded analytics application with service principal and an application secret - Power BI | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;And in the api permission, make sure that the corresponding permissions for Tenant.Read.All and Tenant.ReadWrite.All are granted:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vlinyulumsft_2-1725333612561.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1161114i26EB52D84DAA444F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vlinyulumsft_2-1725333612561.png" alt="vlinyulumsft_2-1725333612561.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style="margin: 0in;"&gt;&lt;SPAN&gt;If you want to switch between v1.0 and v2.0, you can check the following link:&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://stackoverflow.com/questions/62267206/how-to-get-token-v2-from-microsoft-with-oauth2" target="_blank"&gt;&lt;SPAN&gt;web services - How to get token v2 from microsoft with oauth2 - Stack Overflow&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/entra/identity-platform/scenario-protected-web-api-app-registration#accepted-token-version" target="_blank"&gt;&lt;SPAN&gt;Protected web API app registration - Microsoft identity platform | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in;"&gt;&lt;SPAN&gt;4.&lt;/SPAN&gt;&lt;SPAN&gt;Finally, here are the links that have similar issues to you, I hope it will be helpful to you:&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://support.microsoft.com/en-us/topic/verifying-oauth-configuration-for-custom-connectors-ceadbd1d-5a44-5615-208b-029f7ffe6107" target="_blank"&gt;&lt;SPAN&gt;Verifying OAUTH configuration for Custom Connectors - Microsoft Support&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Developer/PowerBI-API-Returns-quot-PowerBINotAuthorizedException-quot/m-p/2876779" target="_blank"&gt;&lt;SPAN&gt;Solved: PowerBI API Returns "PowerBINotAuthorizedException... - Microsoft Fabric Community&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Of course, if you have any new ideas, you are welcome to contact us.&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Best Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Leroy Lu&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;If this post &lt;SPAN&gt;helps&lt;/SPAN&gt;, then please consider Accept it &lt;SPAN&gt;as the solution &lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="zh-CN"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="zh-CN"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 03:21:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Getting-an-error-saying-PowerBINotAuthorizedException-when/m-p/4130302#M55078</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-03T03:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an error saying PowerBINotAuthorizedException when trying to embed PowerBI reports in an</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Getting-an-error-saying-PowerBINotAuthorizedException-when/m-p/4130380#M55079</link>
      <description>&lt;P&gt;Thank you very much! It worked. But I have a small question, what's the expiration time of the&amp;nbsp;&lt;SPAN&gt;authorization code? If it does expire, is there a way to obtain it without the user credentials? I mean programatically?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 04:43:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Getting-an-error-saying-PowerBINotAuthorizedException-when/m-p/4130380#M55079</guid>
      <dc:creator>THpubs</dc:creator>
      <dc:date>2024-09-03T04:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an error saying PowerBINotAuthorizedException when trying to embed PowerBI reports in an</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Getting-an-error-saying-PowerBINotAuthorizedException-when/m-p/4130781#M55082</link>
      <description>&lt;P&gt;Hi,&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/800472"&gt;@THpubs&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;First of all, with regard to your first question, OAuth 2.0 authorization codes usually expire in a very short period of time, usually around 10 minutes.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;The following are related issues to support:&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="https://learn.microsoft.com/en-us/answers/questions/981553/oauth-2-0-device-authorization-grant-flow-the-expi" target="_blank"&gt;&lt;SPAN&gt;OAuth 2.0 device authorization grant flow.The expiration time (expires_in) of user_code is 900 seconds,but after 300 seconds, user_code is invalid. - Microsoft Q&amp;amp;A&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;Second, it is often not possible to programmatically obtain the authorization code without user credentials, as user consent is required in the OAuth 2.0 authorization code flow.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;Here is a screenshot of the official document:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vlinyulumsft_0-1725351575372.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1161292iCEEA3385757B3B51/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vlinyulumsft_0-1725351575372.png" alt="vlinyulumsft_0-1725351575372.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style="margin: 0in;"&gt;&lt;SPAN&gt;Here are the relevant links:&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-auth-code-flow" target="_blank"&gt;&lt;SPAN&gt;Microsoft identity platform and OAuth 2.0 authorization code flow - Microsoft identity platform | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://community.developer.atlassian.com/t/how-to-programmatically-get-the-authorization-code-without-requiring-the-user-approval-in-oauth-2-0/58326" target="_blank"&gt;&lt;SPAN&gt;How to programmatically get the Authorization code without requiring the user approval in OAuth 2.0 - Jira Development / Jira Cloud - The Atlassian Developer Community&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;Of course, this is the conclusion of the information we searched, and if you have any new discoveries or corrections, you are welcome to communicate with us.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Best Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Leroy Lu&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;If this post &lt;SPAN&gt;helps&lt;/SPAN&gt;, then please consider Accept it &lt;SPAN&gt;as the solution &lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 08:19:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Getting-an-error-saying-PowerBINotAuthorizedException-when/m-p/4130781#M55082</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-03T08:19:51Z</dc:date>
    </item>
  </channel>
</rss>

