<?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: R Custom Visual - using data from R script (not importing from Power BI) in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/R-Custom-Visual-using-data-from-R-script-not-importing-from/m-p/1991104#M3830</link>
    <description>&lt;P&gt;Yes. Use a different tool instead of Power BI.&lt;/P&gt;</description>
    <pubDate>Sat, 31 Jul 2021 22:29:22 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2021-07-31T22:29:22Z</dc:date>
    <item>
      <title>R Custom Visual - using data from R script (not importing from Power BI)</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/R-Custom-Visual-using-data-from-R-script-not-importing-from/m-p/1984975#M3821</link>
      <description>&lt;P&gt;I was following this tutorial:&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/visuals/funnel-plot-from-r" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/developer/visuals/funnel-plot-from-r&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My impression was that "dataset.csv" file was read in with "read.csv" function in the R script which was used for the plot. But when I import the visual to Power BI it asks me to import the CSV file in Power BI.&lt;/P&gt;&lt;P&gt;As a simpler example, with the template code given here:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;g = qplot(`Petal.Length`, data = iris, fill = `Species`, main = Sys.time());&lt;/LI-CODE&gt;&lt;P&gt;I thought it was going to use the "iris" dataset when imported but it again asks me to import a source dataset.&lt;/P&gt;&lt;P&gt;My intention is to read in the data in R script (e.g. from web) to use them for the plots, without again importing the data in Power BI.&lt;/P&gt;&lt;P&gt;Would this be possible? Any help would be appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 14:20:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/R-Custom-Visual-using-data-from-R-script-not-importing-from/m-p/1984975#M3821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-28T14:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: R Custom Visual - using data from R script (not importing from Power BI)</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/R-Custom-Visual-using-data-from-R-script-not-importing-from/m-p/1985905#M3822</link>
      <description>&lt;P&gt;Have you changed this line&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;dataset = read.csv(file = "dataset.csv", header = TRUE, sep = ",", stringsAsFactors = FALSE)&lt;/LI-CODE&gt;
&lt;P&gt;to point to a web based data file instead?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 23:52:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/R-Custom-Visual-using-data-from-R-script-not-importing-from/m-p/1985905#M3822</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2021-07-28T23:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: R Custom Visual - using data from R script (not importing from Power BI)</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/R-Custom-Visual-using-data-from-R-script-not-importing-from/m-p/1991097#M3829</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;, I've tried and it works. Only one caveat is that I still need to supply any data to get it working (even if it's nothing to do with the data for plotting). Looks like this is the best I can? I wonder if there's any way to omit the step of putting the data itself in Power BI? Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 31 Jul 2021 21:29:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/R-Custom-Visual-using-data-from-R-script-not-importing-from/m-p/1991097#M3829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-31T21:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: R Custom Visual - using data from R script (not importing from Power BI)</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/R-Custom-Visual-using-data-from-R-script-not-importing-from/m-p/1991104#M3830</link>
      <description>&lt;P&gt;Yes. Use a different tool instead of Power BI.&lt;/P&gt;</description>
      <pubDate>Sat, 31 Jul 2021 22:29:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/R-Custom-Visual-using-data-from-R-script-not-importing-from/m-p/1991104#M3830</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2021-07-31T22:29:22Z</dc:date>
    </item>
  </channel>
</rss>

