<?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: power bi embedded in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/power-bi-embedded/m-p/192656#M6131</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem was in the token, it was not signed correctly. It's working perfectly now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jun 2017 00:48:26 GMT</pubDate>
    <dc:creator>ptrlv</dc:creator>
    <dc:date>2017-06-13T00:48:26Z</dc:date>
    <item>
      <title>power bi embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/power-bi-embedded/m-p/190172#M6033</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to use power bi embedded but going through access issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I mananged to create the workspace and upload a sample report via powerbi-cli. I'm also generating the access token with 'powerbi create-embed-token'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The token seems to be valid. Below is the decoded version (from &lt;A href="https://jwt.io/" target="_blank"&gt;https://jwt.io/&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"ver": "0.2.0",&lt;BR /&gt;"aud": "&lt;A href="https://analysis.windows.net/powerbi/api" target="_blank"&gt;https://analysis.windows.net/powerbi/api&lt;/A&gt;",&lt;BR /&gt;"iss": "Power BI Node SDK",&lt;BR /&gt;"type": "embed",&lt;BR /&gt;"wcn": "ProfilingOnline",&lt;BR /&gt;"wid": "0a29a0e2-5879-4be1-b11a-a1e16d0b7734",&lt;BR /&gt;"rid": "bc9204c4-52c3-40b0-b764-9cc54e2b16a7",&lt;BR /&gt;"nbf": 1496958040,&lt;BR /&gt;"exp": 1496961640&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I test it on&amp;nbsp;&lt;A href="https://microsoft.github.io/PowerBI-JavaScript/demo/code-demo/index.html#" target="_blank"&gt;https://microsoft.github.io/PowerBI-JavaScript/demo/code-demo/index.html#&lt;/A&gt; I keep on getting not authorised.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks&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;</description>
      <pubDate>Thu, 08 Jun 2017 05:11:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/power-bi-embedded/m-p/190172#M6033</guid>
      <dc:creator>ptrlv</dc:creator>
      <dc:date>2017-06-08T05:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: power bi embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/power-bi-embedded/m-p/191624#M6081</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="32430" data-lia-user-login="ptrlv" class="lia-mention lia-mention-user"&gt;ptrlv&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to use power bi embedded but going through access issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I mananged to create the workspace and upload a sample report via powerbi-cli. I'm also generating the access token with 'powerbi create-embed-token'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The token seems to be valid. Below is the decoded version (from &lt;A href="https://jwt.io/" target="_blank"&gt;https://jwt.io/&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"ver": "0.2.0",&lt;BR /&gt;"aud": "&lt;A href="https://analysis.windows.net/powerbi/api" target="_blank"&gt;https://analysis.windows.net/powerbi/api&lt;/A&gt;",&lt;BR /&gt;"iss": "Power BI Node SDK",&lt;BR /&gt;"type": "embed",&lt;BR /&gt;&lt;STRONG&gt;"wcn": "ProfilingOnline",&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;"wid": "0a29a0e2-5879-4be1-b11a-a1e16d0b7734",&lt;/STRONG&gt;&lt;BR /&gt;"rid": "bc9204c4-52c3-40b0-b764-9cc54e2b16a7",&lt;BR /&gt;"nbf": 1496958040,&lt;BR /&gt;"exp": 1496961640&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But when I test it on&amp;nbsp;&lt;A href="https://microsoft.github.io/PowerBI-JavaScript/demo/code-demo/index.html#" target="_blank"&gt;https://microsoft.github.io/PowerBI-JavaScript/demo/code-demo/index.html#&lt;/A&gt; I keep on getting not authorised.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas?&lt;/P&gt;
&lt;P&gt;Thanks&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;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="32430" data-lia-user-login="ptrlv" class="lia-mention lia-mention-user"&gt;ptrlv&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;The decoded token looks good and the demo site works fine when I testing my own reports. Two things to confirm.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Ensure the workspaceid(wid) is the correct workspace where&amp;nbsp;the report you'd like to embed is uploaded to.&lt;/LI&gt;
&lt;LI&gt;Is there any RLS setting in that report?&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Sat, 10 Jun 2017 02:51:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/power-bi-embedded/m-p/191624#M6081</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-06-10T02:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: power bi embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/power-bi-embedded/m-p/192656#M6131</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem was in the token, it was not signed correctly. It's working perfectly now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 00:48:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/power-bi-embedded/m-p/192656#M6131</guid>
      <dc:creator>ptrlv</dc:creator>
      <dc:date>2017-06-13T00:48:26Z</dc:date>
    </item>
  </channel>
</rss>

