<?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 Embedded Report - EmbedUrl format confirmation in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Report-EmbedUrl-format-confirmation/m-p/1082688#M23582</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are currently working on developing an reporting application in react. For that we have added service layer to get accesstoken and embed token.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Question is do we need to trigger "Get Reports In Group" api endpoint to get the embed url or the format will always be the same and only the report and group id can be changed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see embed url format is&amp;nbsp;&lt;A target="_blank" rel="noopener"&gt;https://app.powerbi.com/reportEmbed?reportId=&amp;lt;&amp;lt;REPORTID&amp;gt;&amp;gt;&amp;amp;groupId=&amp;lt;&amp;lt;GROUPID&lt;/A&gt;&amp;gt;&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need an confirmation, so that additional api call be avoided and as part of the token api we will get the reportid, embedtoken and internally formed embedUrl.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Srinivasan&lt;/P&gt;</description>
    <pubDate>Sun, 10 May 2020 09:04:56 GMT</pubDate>
    <dc:creator>schandr</dc:creator>
    <dc:date>2020-05-10T09:04:56Z</dc:date>
    <item>
      <title>Embedded Report - EmbedUrl format confirmation</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Report-EmbedUrl-format-confirmation/m-p/1082688#M23582</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are currently working on developing an reporting application in react. For that we have added service layer to get accesstoken and embed token.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Question is do we need to trigger "Get Reports In Group" api endpoint to get the embed url or the format will always be the same and only the report and group id can be changed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see embed url format is&amp;nbsp;&lt;A target="_blank" rel="noopener"&gt;https://app.powerbi.com/reportEmbed?reportId=&amp;lt;&amp;lt;REPORTID&amp;gt;&amp;gt;&amp;amp;groupId=&amp;lt;&amp;lt;GROUPID&lt;/A&gt;&amp;gt;&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need an confirmation, so that additional api call be avoided and as part of the token api we will get the reportid, embedtoken and internally formed embedUrl.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Srinivasan&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2020 09:04:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-Report-EmbedUrl-format-confirmation/m-p/1082688#M23582</guid>
      <dc:creator>schandr</dc:creator>
      <dc:date>2020-05-10T09:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Report - EmbedUrl format confirmation</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Report-EmbedUrl-format-confirmation/m-p/1082739#M23584</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/229410"&gt;@schandr&lt;/a&gt;&amp;nbsp; You have to call the API for getting the embed URL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please refer to this link.&lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/reports/getreportingroup" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/rest/api/power-bi/reports/getreportingroup&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/272716i81DE0F35EF7D92B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then click Try it and test this API call.&lt;/P&gt;&lt;P&gt;It will return something similar to below. The embed URL contains an extra &lt;STRONG&gt;config&lt;/STRONG&gt; parameter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
   "@odata.context":"http://wabi-europe-north-b-redirect.analysis.windows.net/v1.0/myorg/groups/63ef8228-4301-45f1-b2d4-20d9675d9dde/$metadata#reports/$entity",
   "id":"8eba6559-566f-4ca5-bec2-9c01e9c8a749",
   "reportType":"PowerBIReport",
   "name":"Global Superstore",
   "webUrl":"https://app.powerbi.com/groups/63ef8228-4301-45f1-b2d4-20d9675d9dde/reports/8eba6559-566f-4ca5-bec2-9c01e9c8a749",
   "embedUrl":"https://app.powerbi.com/reportEmbed?reportId=8eba6559-566f-4ca5-bec2-9c01e9c8a749&amp;amp;groupId=63ef8228-4301-45f1-b2d4-20d9675d9dde&amp;amp;config=eyJjbHVzdGVyVXJsIjoiaHR0cHM6Ly9XQUJJLUVVUk9QRS5OT1JUSC1CLXJlZGlyZWN0LmFuYWx5c2lzLndpbmRvd9MubmV9IiwiZW1iZWRGZWF0dXJlcyI7eyJtb2Rlcm5FbWJlZCI6dHJ1ZX19",
   "isOwnedByMe":true,
   "datasetId":"21bf3a7f-57bd-9aa1-b1fc-16c74d56d0f1"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution!&lt;BR /&gt;Appreciate with a kudos &lt;/STRONG&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2020 11:36:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-Report-EmbedUrl-format-confirmation/m-p/1082739#M23584</guid>
      <dc:creator>nandukrishnavs</dc:creator>
      <dc:date>2020-05-10T11:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Report - EmbedUrl format confirmation</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Report-EmbedUrl-format-confirmation/m-p/1082874#M23587</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/32333"&gt;@nandukrishnavs&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have details on what is the purpose of config parameter in the embedUrl?&amp;nbsp; I dont see any difference in report rendering&amp;nbsp; with and without the additional parameter as part of embedded url.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inorder to get embed token we are already accessing 2 APIs. One to get accesstoken and other one is generatetoken api of the group and report it. If it is mandatory to have the report API, then we have to make 3 api calls. Instead the embedUrl should be part of generate token api end point.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2020 16:43:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-Report-EmbedUrl-format-confirmation/m-p/1082874#M23587</guid>
      <dc:creator>schandr</dc:creator>
      <dc:date>2020-05-10T16:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Report - EmbedUrl format confirmation</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Report-EmbedUrl-format-confirmation/m-p/1082879#M23588</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/229410"&gt;@schandr&lt;/a&gt;&amp;nbsp;- Are you able to embed the report without a config parameter?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2020 16:51:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-Report-EmbedUrl-format-confirmation/m-p/1082879#M23588</guid>
      <dc:creator>nandukrishnavs</dc:creator>
      <dc:date>2020-05-10T16:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Report - EmbedUrl format confirmation</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Report-EmbedUrl-format-confirmation/m-p/1082881#M23590</link>
      <description>&lt;P&gt;Yes&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/32333"&gt;@nandukrishnavs&lt;/a&gt;&amp;nbsp;. i didn't get any error and it renders properly.&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2020 16:54:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-Report-EmbedUrl-format-confirmation/m-p/1082881#M23590</guid>
      <dc:creator>schandr</dc:creator>
      <dc:date>2020-05-10T16:54:52Z</dc:date>
    </item>
  </channel>
</rss>

