<?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: Get visual from report Power BI Embedded in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Get-visual-from-report-Power-BI-Embedded/m-p/2363589#M34669</link>
    <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is an offical blog&amp;nbsp;&lt;SPAN&gt;covers the steps for embedding a visual in your application.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;For reference: &lt;A href="https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/embed-visual" target="_self"&gt;Embed a report visual&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Example code:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;// Set up the configuration object that determines what to embed and how to embed it.
let embedConfiguration = {
    accessToken: anAccessToken,
    embedUrl: anEmbedUrl,
    id: aReportId,
    pageName: aPageName,
    tokenType: aTokenType,
    type: 'visual',
    visualName: aVisualName
};
 
// Get a reference to the HTML element that contains the embedded report.
let embedContainer = $('#embedContainer')[0];
 
// Embed the visual.
let visual = powerbi.embed(embedContainer, embedConfiguration);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Feb 2022 05:36:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-02-28T05:36:01Z</dc:date>
    <item>
      <title>Get visual from report Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-visual-from-report-Power-BI-Embedded/m-p/2358725#M34611</link>
      <description>&lt;P&gt;Hello, guys.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can i get only one visual from report? I can get whole report and embed in to app, it's ok, but what about each visual on this report? Can I customize the page so that I insert certain widgets in certain places? Is it possible to somehow compose a page by inserting not a complete report, but a separate widget?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 12:49:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-visual-from-report-Power-BI-Embedded/m-p/2358725#M34611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-24T12:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Get visual from report Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-visual-from-report-Power-BI-Embedded/m-p/2363589#M34669</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is an offical blog&amp;nbsp;&lt;SPAN&gt;covers the steps for embedding a visual in your application.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;For reference: &lt;A href="https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/embed-visual" target="_self"&gt;Embed a report visual&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Example code:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;// Set up the configuration object that determines what to embed and how to embed it.
let embedConfiguration = {
    accessToken: anAccessToken,
    embedUrl: anEmbedUrl,
    id: aReportId,
    pageName: aPageName,
    tokenType: aTokenType,
    type: 'visual',
    visualName: aVisualName
};
 
// Get a reference to the HTML element that contains the embedded report.
let embedContainer = $('#embedContainer')[0];
 
// Embed the visual.
let visual = powerbi.embed(embedContainer, embedConfiguration);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 05:36:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-visual-from-report-Power-BI-Embedded/m-p/2363589#M34669</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-28T05:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get visual from report Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-visual-from-report-Power-BI-Embedded/m-p/3643505#M48804</link>
      <description>&lt;P&gt;Anyone experience with doing this in C#?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 12:22:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-visual-from-report-Power-BI-Embedded/m-p/3643505#M48804</guid>
      <dc:creator>jorritdejager84</dc:creator>
      <dc:date>2024-01-17T12:22:02Z</dc:date>
    </item>
  </channel>
</rss>

