<?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: How can I use dygraphs library ( R)  in powerbi? in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-can-I-use-dygraphs-library-R-in-powerbi/m-p/839850#M2720</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding interaction with dataset, I suppose, you should use the same approach as in &lt;A href="https://github.com/microsoft/powerbi-visuals-funnel/blob/97602a3aa60f58eb3fcc544869d23bc97422be97/script.r#L316" target="_self"&gt;this line&lt;/A&gt;&amp;nbsp;to pass name of buckets.&lt;/P&gt;&lt;P&gt;Regarding other moments, check please that libraries that you use are imported in R Studio.&lt;/P&gt;&lt;P&gt;Also, check please that integration into Power Bi Desktop is set up: File -&amp;gt; Options and settings -&amp;gt; Options -&amp;gt; R scripting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Evgenii Elkin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Software Engineer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Microsoft Power BI Custom Visuals&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2019 12:46:31 GMT</pubDate>
    <dc:creator>v-evelk</dc:creator>
    <dc:date>2019-11-07T12:46:31Z</dc:date>
    <item>
      <title>How can I use dygraphs library ( R)  in powerbi?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-can-I-use-dygraphs-library-R-in-powerbi/m-p/836642#M2714</link>
      <description>&lt;P&gt;I can not see how to interact with the powerBI dataset. I'm using a simple chart. I can run using Rstudio but I can't run the same code using R visual in powerBI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;library("xts")&lt;BR /&gt;library("dygraphs")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;QC$Timestamp &amp;lt;- as.Date(as.character(QC$Timestamp))&lt;/P&gt;&lt;P&gt;QC_xts &amp;lt;- xts(QC$XS,order.by=QC$Timestamp,frequency=365)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;QCData &amp;lt;- cbind(QC_xts)&lt;/P&gt;&lt;P&gt;dygraph(QCData,ylab="Timestamp", main="XPTO") %&amp;gt;%&lt;/P&gt;&lt;P&gt;# dySeries("QC_xts",label="XS") %&amp;gt;%&lt;/P&gt;&lt;P&gt;# dySeries("..2",label="LNKD") %&amp;gt;%&lt;/P&gt;&lt;P&gt;dyOptions(colors = "blue") %&amp;gt;%&lt;/P&gt;&lt;P&gt;dyRangeSelector()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The erro is display any chart just X. PBI show this error: An exception of type Microsoft.PowerBI.ExploreServiceCommon.ContainPIIException occured.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/40631"&gt;@alcirodata&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 22:00:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-can-I-use-dygraphs-library-R-in-powerbi/m-p/836642#M2714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-04T22:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use dygraphs library ( R)  in powerbi?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-can-I-use-dygraphs-library-R-in-powerbi/m-p/839850#M2720</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding interaction with dataset, I suppose, you should use the same approach as in &lt;A href="https://github.com/microsoft/powerbi-visuals-funnel/blob/97602a3aa60f58eb3fcc544869d23bc97422be97/script.r#L316" target="_self"&gt;this line&lt;/A&gt;&amp;nbsp;to pass name of buckets.&lt;/P&gt;&lt;P&gt;Regarding other moments, check please that libraries that you use are imported in R Studio.&lt;/P&gt;&lt;P&gt;Also, check please that integration into Power Bi Desktop is set up: File -&amp;gt; Options and settings -&amp;gt; Options -&amp;gt; R scripting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Evgenii Elkin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Software Engineer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Microsoft Power BI Custom Visuals&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 12:46:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-can-I-use-dygraphs-library-R-in-powerbi/m-p/839850#M2720</guid>
      <dc:creator>v-evelk</dc:creator>
      <dc:date>2019-11-07T12:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use dygraphs library ( R)  in powerbi?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-can-I-use-dygraphs-library-R-in-powerbi/m-p/839862#M2721</link>
      <description>&lt;P&gt;Thanks for your reply. Should I work the same way I work with plotly? Plotly doesn't work on R&amp;nbsp;visual just pbiviz. Is it the same for dygraphs? Does it work well for large data?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 13:02:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-can-I-use-dygraphs-library-R-in-powerbi/m-p/839862#M2721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-07T13:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use dygraphs library ( R)  in powerbi?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-can-I-use-dygraphs-library-R-in-powerbi/m-p/841024#M2728</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- "&lt;SPAN&gt;Should I work the same way I work with plotly?&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;Could you clarify your question please, becuase I am unsure that I got it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- "Plotly doesn't work on R&amp;nbsp;visual just pbiviz. Is it the same for dygraphs?"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What do you mean?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- "Does it work well for large data?"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It have to work with 150 000 rows &lt;A href="https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-data-points" target="_self"&gt;regarding documntation&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kind Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Evgenii Elkin,&lt;BR /&gt;Software Engineer&lt;BR /&gt;Microsoft Power BI Custom Visuals&lt;BR /&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 13:48:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-can-I-use-dygraphs-library-R-in-powerbi/m-p/841024#M2728</guid>
      <dc:creator>v-evelk</dc:creator>
      <dc:date>2019-11-08T13:48:52Z</dc:date>
    </item>
  </channel>
</rss>

