<?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 Embedding PowerBI QNA in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Embedding-PowerBI-QNA/m-p/516172#M15940</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using below code to embed PowerBI QNA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;      var models = window['powerbi-client'].models;
      var token = "...";

      var config= {
        type: 'qna',
        tokenType:   models.TokenType.Embed,
        accessToken: token,
        embedUrl:    'https://app.powerbi.com/qnaEmbed?groupId=f1486a62-4aca-...',
        datasetIds:  ['ae8aa2c5-6416-4312-...'],
        viewMode:    0,  // Interactive
    };

// Get a reference to the embedded QNA HTML element
var qnaContainer = $('#qnaContainer')[0];

// Embed the QNA and display it within the div container.
var qna = powerbi.embed(qnaContainer, config);&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;There aren't any errors in the browser console. I am getting below message (attached screenshot).&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="powerbi_error.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/119686iE9203A5D650298CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="powerbi_error.png" alt="powerbi_error.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I tried "&lt;A href="https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html#" target="_blank"&gt;https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html#&lt;/A&gt;" but still i am getting same error. Any idea why it is not working?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Sep 2018 13:34:41 GMT</pubDate>
    <dc:creator>rsathish_red</dc:creator>
    <dc:date>2018-09-14T13:34:41Z</dc:date>
    <item>
      <title>Embedding PowerBI QNA</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedding-PowerBI-QNA/m-p/516172#M15940</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using below code to embed PowerBI QNA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;      var models = window['powerbi-client'].models;
      var token = "...";

      var config= {
        type: 'qna',
        tokenType:   models.TokenType.Embed,
        accessToken: token,
        embedUrl:    'https://app.powerbi.com/qnaEmbed?groupId=f1486a62-4aca-...',
        datasetIds:  ['ae8aa2c5-6416-4312-...'],
        viewMode:    0,  // Interactive
    };

// Get a reference to the embedded QNA HTML element
var qnaContainer = $('#qnaContainer')[0];

// Embed the QNA and display it within the div container.
var qna = powerbi.embed(qnaContainer, config);&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;There aren't any errors in the browser console. I am getting below message (attached screenshot).&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="powerbi_error.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/119686iE9203A5D650298CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="powerbi_error.png" alt="powerbi_error.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I tried "&lt;A href="https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html#" target="_blank"&gt;https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html#&lt;/A&gt;" but still i am getting same error. Any idea why it is not working?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 13:34:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedding-PowerBI-QNA/m-p/516172#M15940</guid>
      <dc:creator>rsathish_red</dc:creator>
      <dc:date>2018-09-14T13:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding PowerBI QNA</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedding-PowerBI-QNA/m-p/517754#M16001</link>
      <description>&lt;P&gt;That isn't an error, it's a service problem&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 16:24:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedding-PowerBI-QNA/m-p/517754#M16001</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-17T16:24:16Z</dc:date>
    </item>
  </channel>
</rss>

