<?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 How to embed Power Bi Dashboard in Acumatica in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-embed-Power-Bi-Dashboard-in-Acumatica/m-p/2778546#M38729</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there any way to embed Dashboards in Acumatica, I am able to do with Reports but not with Dashbords I created.&lt;/P&gt;&lt;P&gt;thanks for your he&lt;/P&gt;&lt;P&gt;Mo&lt;/P&gt;</description>
    <pubDate>Mon, 19 Sep 2022 18:52:49 GMT</pubDate>
    <dc:creator>Mmanou</dc:creator>
    <dc:date>2022-09-19T18:52:49Z</dc:date>
    <item>
      <title>How to embed Power Bi Dashboard in Acumatica</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-embed-Power-Bi-Dashboard-in-Acumatica/m-p/2778546#M38729</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there any way to embed Dashboards in Acumatica, I am able to do with Reports but not with Dashbords I created.&lt;/P&gt;&lt;P&gt;thanks for your he&lt;/P&gt;&lt;P&gt;Mo&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 18:52:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-embed-Power-Bi-Dashboard-in-Acumatica/m-p/2778546#M38729</guid>
      <dc:creator>Mmanou</dc:creator>
      <dc:date>2022-09-19T18:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed Power Bi Dashboard in Acumatica</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-embed-Power-Bi-Dashboard-in-Acumatica/m-p/2779720#M38738</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/429728"&gt;@Mmanou&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please refer the following links to get it:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://powerbi.microsoft.com/en-us/blog/embed-dashboard/" target="_self"&gt;Embed Dashboards in Your Applications to Monitor Your Business in Context&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/embed-dashboard" target="_self"&gt;Embed a dashboard&lt;/A&gt;&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: aDashboardId,
    pageView: 'fitToWidth',
    tokenType: aTokenType,
    type: 'dashboard'
};
 
// Get a reference to the HTML element that contains the embedded dashboard.
let dashboardContainer = $('#dashboardContainer')[0];
 
// Embed the dashboard.
let dashboard = powerbi.embed(dashboardContainer, embedConfiguration);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.solverglobal.com/blog/acumatica/how-to-quickly-deploy-power-bi-dashboards-for-acumatica/" target="_self"&gt;How to Quickly Deploy Power BI Dashboards for Acumatica&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 07:33:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-embed-Power-Bi-Dashboard-in-Acumatica/m-p/2779720#M38738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-20T07:33:39Z</dc:date>
    </item>
  </channel>
</rss>

