<?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: interactive R graphics libraries does not work in PBI in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/interactive-R-graphics-libraries-does-not-work-in-PBI/m-p/3154873#M41932</link>
    <description>&lt;P&gt;what's the error message?&amp;nbsp; Are you trying to plot to a non-standard output device?&lt;/P&gt;</description>
    <pubDate>Mon, 27 Mar 2023 01:20:22 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2023-03-27T01:20:22Z</dc:date>
    <item>
      <title>interactive R graphics libraries does not work in PBI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/interactive-R-graphics-libraries-does-not-work-in-PBI/m-p/3153145#M41919</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I tried using dygraph and plotly , but they give me any error or graph.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I used this:&amp;nbsp;&lt;A href="https://radacad.com/interactive-map-using-r-and-power-bi-create-custom-visual-part-1" target="_blank" rel="noopener"&gt;https://radacad.com/interactive-map-using-r-and-power-bi-create-custom-visual-part-1&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If the chart is made non-interactive, then everything works.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-03-24 202728.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/892571i80971258E6E64941/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-03-24 202728.png" alt="Screenshot 2023-03-24 202728.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Help me please!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 17:35:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/interactive-R-graphics-libraries-does-not-work-in-PBI/m-p/3153145#M41919</guid>
      <dc:creator>Timohven</dc:creator>
      <dc:date>2023-03-24T17:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: interactive R graphics libraries does not work in PBI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/interactive-R-graphics-libraries-does-not-work-in-PBI/m-p/3154873#M41932</link>
      <description>&lt;P&gt;what's the error message?&amp;nbsp; Are you trying to plot to a non-standard output device?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 01:20:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/interactive-R-graphics-libraries-does-not-work-in-PBI/m-p/3154873#M41932</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-03-27T01:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: interactive R graphics libraries does not work in PBI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/interactive-R-graphics-libraries-does-not-work-in-PBI/m-p/3155247#M41935</link>
      <description>&lt;P&gt;I want to plot a simple interactive graph in power BI only.&lt;/P&gt;&lt;P&gt;I use:&lt;/P&gt;&lt;P&gt;rhtml template&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"pbiviz package" does not throw errors&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;in power BI I have no errors, but and the graph is not visible too&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;source&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'./r_files/flatten_HTML.r'&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;############### Library Declarations ###############&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;libraryRequireInstall&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"ggplot2"&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;libraryRequireInstall&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"plotly"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;####################################################&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;################### Actual code ####################&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;qplot&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;`Petal.Length`&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;data&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;iris&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;fill&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;`Species`&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;main&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;Sys.time&lt;/SPAN&gt;&lt;SPAN&gt;());&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;g&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;qplot&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;`Petal.Length`&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;data&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;iris&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;fill&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;`Species`&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;main&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;Sys.time&lt;/SPAN&gt;&lt;SPAN&gt;());&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;####################################################&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;############# Create and save widget ###############&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;p&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;ggplotly&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;g&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;internalSaveWidget&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;p&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'out.html'&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;####################################################&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;# ################ Reduce paddings ###################&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ReadFullFileReplaceString&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'out.html'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'out.html'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;',"padding":[0-9]*,'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;',"padding":0,'&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;####################################################&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Mar 2023 06:42:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/interactive-R-graphics-libraries-does-not-work-in-PBI/m-p/3155247#M41935</guid>
      <dc:creator>Timohven</dc:creator>
      <dc:date>2023-03-27T06:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: interactive R graphics libraries does not work in PBI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/interactive-R-graphics-libraries-does-not-work-in-PBI/m-p/3159560#M41976</link>
      <description>&lt;P&gt;You must plot to the default device&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-r-visuals#known-limitations" target="_blank"&gt;Create Power BI visuals using R - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 00:40:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/interactive-R-graphics-libraries-does-not-work-in-PBI/m-p/3159560#M41976</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-03-29T00:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: interactive R graphics libraries does not work in PBI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/interactive-R-graphics-libraries-does-not-work-in-PBI/m-p/3160195#M41983</link>
      <description>&lt;PRE&gt;&lt;SPAN class=""&gt;How can i do this? I just used the template example. It says in the reviews that it works without any changes. Thanks a lot&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;How can I do this? I just used the&amp;nbsp;&amp;nbsp;"rhtml" template. It says in the reviews that it works without any changes. Thanks a lot&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 07:48:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/interactive-R-graphics-libraries-does-not-work-in-PBI/m-p/3160195#M41983</guid>
      <dc:creator>Timohven</dc:creator>
      <dc:date>2023-03-29T07:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: interactive R graphics libraries does not work in PBI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/interactive-R-graphics-libraries-does-not-work-in-PBI/m-p/3162083#M41999</link>
      <description>&lt;P&gt;That would be a question for whoever wrote the reviews.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 01:04:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/interactive-R-graphics-libraries-does-not-work-in-PBI/m-p/3162083#M41999</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-03-30T01:04:00Z</dc:date>
    </item>
  </channel>
</rss>

