<?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: Embeded report in iframe using the API with embedded token in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Embeded-report-in-iframe-using-the-API-with-embedded-token/m-p/4056712#M54306</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/718062"&gt;@Nephilim&lt;/a&gt;&amp;nbsp;were you able to find out the reason?&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jul 2024 14:44:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-07-23T14:44:29Z</dc:date>
    <item>
      <title>Embeded report in iframe using the API with embedded token</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embeded-report-in-iframe-using-the-API-with-embedded-token/m-p/3810931#M51444</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on embedding a PowerBI report in an iframe, doing the API calls myself.&lt;/P&gt;&lt;P&gt;We are using oauth2:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://login.microsoftonline.com" target="_blank"&gt;https://login.microsoftonline.com&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;/{&lt;/SPAN&gt;&lt;SPAN&gt;TenantId}&lt;/SPAN&gt;&lt;SPAN&gt;/oauth2/token endpoint.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Then I do an API call to get our reports:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://api.powerbi.com/v1.0/myorg" target="_blank"&gt;https://api.powerbi.com/v1.0/myorg&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;/groups/{GroupId}&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;/reports, with body: {&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;"accessLevel": "View"}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Than I generate embedded token:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://api.powerbi.com/v1.0/myorg" target="_blank"&gt;https://api.powerbi.com/v1.0/myorg&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;/groups/{&lt;/SPAN&gt;&lt;SPAN&gt;GroupId}&lt;/SPAN&gt;&lt;SPAN&gt;/reports/{ReportId}&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;/GenerateToken with body&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;"accessLevel": "View",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; "allowSaveAs": "false",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; "identities": [&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"username": "XXXXX",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"roles": [&lt;/SPAN&gt;&lt;SPAN&gt;"XXXXXXDynamic"&lt;/SPAN&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"datasets": [&lt;/SPAN&gt;&lt;SPAN&gt;"72XXXX-XXXXX-XXXX-XX09"&lt;/SPAN&gt;&lt;SPAN&gt;] // (from response of previous call)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Now I want to use all of this to create the source of the iframe. And I can't find out how to do that successfully.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;This works but user still needs to login.&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;iframe&lt;/SPAN&gt; &lt;SPAN&gt;title&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"Client Portal Report"&lt;/SPAN&gt; &lt;SPAN&gt;width&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"1140"&lt;/SPAN&gt; &lt;SPAN&gt;height&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"541.25"&lt;/SPAN&gt; &lt;SPAN&gt;src&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;A href="https://app.powerbi.com/reportEmbed?reportId={ReportId" target="_blank"&gt;https://app.powerbi.com/reportEmbed?reportId={ReportId&lt;/A&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN&gt;autoAuth=true"&lt;/SPAN&gt; &lt;SPAN&gt;frameborder&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"0"&lt;/SPAN&gt; &lt;SPAN&gt;allowFullScreen&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"true"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;iframe&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I want to use the generated token to do that for me instead. Wonder if this is possible?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 04 Apr 2024 13:00:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embeded-report-in-iframe-using-the-API-with-embedded-token/m-p/3810931#M51444</guid>
      <dc:creator>Nephilim</dc:creator>
      <dc:date>2024-04-04T13:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Embeded report in iframe using the API with embedded token</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embeded-report-in-iframe-using-the-API-with-embedded-token/m-p/3812457#M51462</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/718062"&gt;@Nephilim&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on my query and research, it's possible to embed a Power BI report using the generated token instead of relying on user login. Here's how you can achieve that:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Obtain the access token using OAuth2 authentication. You've already outlined this step, where you retrieve the access token from the &lt;A href="https://login.microsoftonline.com/%7BTenantId%7D/oauth2/token" aria-label="Link https://login.microsoftonline.com/{TenantId}/oauth2/token" target="_blank"&gt;https://login.microsoftonline.com/{TenantId}/oauth2/token&lt;/A&gt; endpoint.&lt;/LI&gt;
&lt;LI&gt;Use the access token to call the Power BI REST API to generate an embed token. You've also covered this step, where you call the GenerateToken endpoint.&lt;/LI&gt;
&lt;LI&gt;Construct the URL for embedding the Power BI report in the iframe. You need to include the report ID and the embed token in the URL&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;You may try the URL like this&lt;BR /&gt;&amp;lt;iframe title="Client Portal Report" width="1140" height="541.25" src=&lt;A href="https://app.powerbi.com/reportEmbed?reportId=%7bReportId%7d&amp;amp;groupId=%7bGroupId%7d&amp;amp;config=your%20bearer%20token%20generated&amp;amp;$filter=XXXXX" target="_blank"&gt;https://app.powerbi.com/reportEmbed?reportId={ReportId}&amp;amp;groupId={GroupId}&amp;amp;config=your bearer token generated&amp;amp;$filter=XXXXX&lt;/A&gt; frameborder="0" allowFullScreen="true"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;BR /&gt;Replace {ReportId} and {GroupId} with your report and group IDs, respectively. Also, make sure to replace XXXXX in the $filter parameter with the appropriate filter condition if needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 03:30:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embeded-report-in-iframe-using-the-API-with-embedded-token/m-p/3812457#M51462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-05T03:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Embeded report in iframe using the API with embedded token</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embeded-report-in-iframe-using-the-API-with-embedded-token/m-p/3826800#M51690</link>
      <description>&lt;P&gt;Hi Liu Yang,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the quick response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately I dont know if it works, because I get as a response: "&lt;SPAN&gt;The sandbox is too restrictive and preventing correct functioning." It blocked some cookies to "playground.powerbi.com".&lt;BR /&gt;So I asked our PBI and System collegues to look into it first...&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;BR /&gt;Kind regards&lt;DIV class=""&gt;Marc&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 Apr 2024 10:23:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embeded-report-in-iframe-using-the-API-with-embedded-token/m-p/3826800#M51690</guid>
      <dc:creator>Nephilim</dc:creator>
      <dc:date>2024-04-10T10:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Embeded report in iframe using the API with embedded token</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embeded-report-in-iframe-using-the-API-with-embedded-token/m-p/3844641#M51792</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/718062"&gt;@Nephilim&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is your problem solved, if so, mark the correct answer as a marker, if not, provide more detailed information and we can help you better!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 08:33:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embeded-report-in-iframe-using-the-API-with-embedded-token/m-p/3844641#M51792</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-17T08:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Embeded report in iframe using the API with embedded token</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embeded-report-in-iframe-using-the-API-with-embedded-token/m-p/3844818#M51795</link>
      <description>&lt;P&gt;Hi Liu Yang,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I still haven't gotten it to work, but I have a few aditional question though. Using your scrUrl for the iframe, you mention "your bearer token generated". I put the response from the&amp;nbsp;&lt;SPAN&gt;GenerateToken endpoint below to illustrate. It's the long string in the token-key that I have to put in the config param of the url right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Second question, what is the difference between the url you provided and the one I get back from the reports endpoint (with a much shorter config paran in the url) eg:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"embedUrl"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;A href="https://app.powerbi.com/reportEmbed?reportId=8655xxx-xxxx-xxxx-xxxx-xxxx89f1f344&amp;amp;groupId=xxxxe9e1-xxxx-xxxx-xxxx-xxxx84c645e0&amp;amp;w=2&amp;amp;config=eyJjbHVz" target="_blank"&gt;https://app.powerbi.com/reportEmbed?reportId=8655xxx-xxxx-xxxx-xxxx-xxxx89f1f344&amp;amp;groupId=xxxxe9e1-xxxx-xxxx-xxxx-xxxx84c645e0&amp;amp;w=2&amp;amp;config=eyJjbHVz&lt;/A&gt; ... ldHJpY3NWTmV4dCI6dxxxxxx"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GenerateToken endpoint response:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"@odata.context"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;A href="http://wabi-us-east2-redirect.analysis.windows.net/v1.0/myorg/groups/0386xxxx-xxxx-xxxx-xxxx-xxxx84c645e0/$metadata#Microsoft.PowerBI.ServiceContracts.Api.V1.GenerateTokenResponse" target="_blank"&gt;http://wabi-us-east2-redirect.analysis.windows.net/v1.0/myorg/groups/0386xxxx-xxxx-xxxx-xxxx-xxxx84c645e0/$metadata#Microsoft.PowerBI.ServiceContracts.Api.V1.GenerateTokenResponse&lt;/A&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"token"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"H4sIAAAAAAAEAC2Ux66ZgQmga7we .&lt;/SPAN&gt;&lt;SPAN&gt;.. pmQxLCJhbGxvd0FbnRlcm5ldCI6dHJ1ZX0="&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"tokenId"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"fb74xxxx-xxxx-xxxx-xxxx-xxxxf4d53b49"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"expiration"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"2024-04-17T09:49:01Z"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Apr 2024 09:16:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embeded-report-in-iframe-using-the-API-with-embedded-token/m-p/3844818#M51795</guid>
      <dc:creator>Nephilim</dc:creator>
      <dc:date>2024-04-17T09:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Embeded report in iframe using the API with embedded token</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embeded-report-in-iframe-using-the-API-with-embedded-token/m-p/4014060#M53762</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/718062"&gt;@Nephilim&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Have you managed to make it work? I'm considering using this path you presented, but your last message said it wasn't working and I would like to know if it is indeed a viable way to achieve our goal.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 13:57:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embeded-report-in-iframe-using-the-API-with-embedded-token/m-p/4014060#M53762</guid>
      <dc:creator>vdmc</dc:creator>
      <dc:date>2024-06-28T13:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Embeded report in iframe using the API with embedded token</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embeded-report-in-iframe-using-the-API-with-embedded-token/m-p/4056712#M54306</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/718062"&gt;@Nephilim&lt;/a&gt;&amp;nbsp;were you able to find out the reason?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 14:44:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embeded-report-in-iframe-using-the-API-with-embedded-token/m-p/4056712#M54306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-23T14:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Embeded report in iframe using the API with embedded token</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embeded-report-in-iframe-using-the-API-with-embedded-token/m-p/4340575#M58785</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/718062"&gt;@Nephilim&lt;/a&gt;&amp;nbsp;Found any solution? for "&lt;SPAN&gt;The sandbox is too restrictive and preventing correct functioning" error&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 08:34:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embeded-report-in-iframe-using-the-API-with-embedded-token/m-p/4340575#M58785</guid>
      <dc:creator>Hari_Adinovus</dc:creator>
      <dc:date>2024-12-23T08:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Embeded report in iframe using the API with embedded token</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embeded-report-in-iframe-using-the-API-with-embedded-token/m-p/4340845#M58789</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/904777"&gt;@Hari_Adinovus&lt;/a&gt;.&lt;BR /&gt;You may wanna check this Forum:&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/When-clicking-on-Sign-in-on-embedded-report-nothing-happens/m-p/4057265#M1287534" target="_blank"&gt;Solved: Re: When clicking on Sign-in on embedded report no... - Microsoft Fabric Community.&lt;/A&gt;&lt;BR /&gt;It's not exactly the same link used to iframe presented here, but it's a very similar problem that also had the same message "&lt;SPAN&gt;The sandbox is too restrictive and preventing correct functioning"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 13:09:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embeded-report-in-iframe-using-the-API-with-embedded-token/m-p/4340845#M58789</guid>
      <dc:creator>vdmc</dc:creator>
      <dc:date>2024-12-23T13:09:11Z</dc:date>
    </item>
  </channel>
</rss>

