<?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 Print Power BI embedded dashboards. in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Print-Power-BI-embedded-dashboards/m-p/1980344#M30719</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I work with reports that my company embeds in our web application. I was able to give an option to "Export Power BI report as PDF" in the application.&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/embedded/export-to" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/power-bi/developer/embedded/export-to&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was hoping to embed a dashboard. How can I embed a dashboard? If yes, is it possible to export the embedded dashboard as pdf in order to be able to print?&lt;/P&gt;&lt;P&gt;Also, I was going through all the articles about how the printed dashboards are not well paginated. Is there an update about that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jul 2021 21:09:08 GMT</pubDate>
    <dc:creator>niki_b</dc:creator>
    <dc:date>2021-07-26T21:09:08Z</dc:date>
    <item>
      <title>Print Power BI embedded dashboards.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Print-Power-BI-embedded-dashboards/m-p/1980344#M30719</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I work with reports that my company embeds in our web application. I was able to give an option to "Export Power BI report as PDF" in the application.&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/embedded/export-to" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/power-bi/developer/embedded/export-to&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was hoping to embed a dashboard. How can I embed a dashboard? If yes, is it possible to export the embedded dashboard as pdf in order to be able to print?&lt;/P&gt;&lt;P&gt;Also, I was going through all the articles about how the printed dashboards are not well paginated. Is there an update about that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 21:09:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Print-Power-BI-embedded-dashboards/m-p/1980344#M30719</guid>
      <dc:creator>niki_b</dc:creator>
      <dc:date>2021-07-26T21:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Print Power BI embedded dashboards.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Print-Power-BI-embedded-dashboards/m-p/1982291#M30750</link>
      <description>&lt;P&gt;If you worry about pagination then you probably want to use paginated reports instead of dashboards.&amp;nbsp; Neither dashboards nor reports give any guarantee on rendering or pagination.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 14:12:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Print-Power-BI-embedded-dashboards/m-p/1982291#M30750</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2021-07-27T14:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Print Power BI embedded dashboards.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Print-Power-BI-embedded-dashboards/m-p/1982449#M30753</link>
      <description>&lt;P&gt;I tried to use paginated reports but I realised that Power BI Report Builder does not provide the insane features that are available through Power BI desktop. I want to be able to have the user experience from power BI along with perfect pagination. Am I asking for a lot?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 15:11:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Print-Power-BI-embedded-dashboards/m-p/1982449#M30753</guid>
      <dc:creator>niki_b</dc:creator>
      <dc:date>2021-07-27T15:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Print Power BI embedded dashboards.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Print-Power-BI-embedded-dashboards/m-p/1982601#M30756</link>
      <description>&lt;P&gt;yes, yes you are.&amp;nbsp; Have a look at the Paginated Report visual that was introduced recently in Power BI, but it will still not give you what you want.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have to make a hard choice - responsive design or pixel perfect rendering. You can't have both.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 16:05:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Print-Power-BI-embedded-dashboards/m-p/1982601#M30756</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2021-07-27T16:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Print Power BI embedded dashboards.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Print-Power-BI-embedded-dashboards/m-p/1982617#M30757</link>
      <description>&lt;P&gt;I think I will go for dashboards for now. Is there a way to embed dashboards in the web application for customers?&lt;/P&gt;&lt;P&gt;How do I get embed token for dashboards just like we do for reports!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 16:13:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Print-Power-BI-embedded-dashboards/m-p/1982617#M30757</guid>
      <dc:creator>niki_b</dc:creator>
      <dc:date>2021-07-27T16:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Print Power BI embedded dashboards.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Print-Power-BI-embedded-dashboards/m-p/1986504#M30797</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/301739"&gt;@niki_b&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;I think you can take a look at power bi javascript API documents and they allow you to embedded these dashboards:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/embed-dashboard" target="_blank"&gt;Embed a dashboard in Power BI embedded analytics | Microsoft Docs&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/" target="_blank"&gt;Power BI embedded analytics Client APIs | Microsoft Docs&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 07:31:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Print-Power-BI-embedded-dashboards/m-p/1986504#M30797</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-29T07:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Print Power BI embedded dashboards.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Print-Power-BI-embedded-dashboards/m-p/1987672#M30809</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;@Anonymous&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 15:20:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Print-Power-BI-embedded-dashboards/m-p/1987672#M30809</guid>
      <dc:creator>niki_b</dc:creator>
      <dc:date>2021-07-29T15:20:49Z</dc:date>
    </item>
  </channel>
</rss>

