<?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: Create tables or queries with R script for further usage in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Create-tables-or-queries-with-R-script-for-further-usage/m-p/69866#M2299</link>
    <description>&lt;P&gt;It works, thank you!&lt;/P&gt;</description>
    <pubDate>Tue, 20 Sep 2016 08:30:37 GMT</pubDate>
    <dc:creator>Adoman</dc:creator>
    <dc:date>2016-09-20T08:30:37Z</dc:date>
    <item>
      <title>Create tables or queries with R script for further usage</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-tables-or-queries-with-R-script-for-further-usage/m-p/68202#M2225</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is it possible to create tables or queries with Power BI embedded R Script and then use them with Power BI standard Visualizations?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 10:05:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-tables-or-queries-with-R-script-for-further-usage/m-p/68202#M2225</guid>
      <dc:creator>Adoman</dc:creator>
      <dc:date>2016-09-14T10:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create tables or queries with R script for further usage</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-tables-or-queries-with-R-script-for-further-usage/m-p/68923#M2256</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/14170"&gt;@Adoman﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, with just a few steps in Power BI Desktop you can run R scripts and create a data model, from which you can create reports, and share them on the Power BI service. See&amp;nbsp;the following R script as an example.&lt;/P&gt;&lt;PRE&gt;# Create the data frame.
Emps &amp;lt;- data.frame(
   id = c(1:5), 
   name = c("A", "B", "C", "D", "E"),
   age = c(25, 27, 30, 26, 28), 
   start_date = as.Date(c("2011-01-01", "2012-02-02", "2013-03-03", "2014-04-04", "2015-05-05")),
   stringsAsFactors = FALSE
)&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 299px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/14055i29214009EAA5E1BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 06:22:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-tables-or-queries-with-R-script-for-further-usage/m-p/68923#M2256</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2016-09-16T06:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create tables or queries with R script for further usage</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-tables-or-queries-with-R-script-for-further-usage/m-p/69866#M2299</link>
      <description>&lt;P&gt;It works, thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 08:30:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-tables-or-queries-with-R-script-for-further-usage/m-p/69866#M2299</guid>
      <dc:creator>Adoman</dc:creator>
      <dc:date>2016-09-20T08:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create tables or queries with R script for further usage</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-tables-or-queries-with-R-script-for-further-usage/m-p/809324#M20995</link>
      <description>&lt;P&gt;I know this question has been asked and answered already. However, it doesn't really address some of other challenges when working with R in Power BI. For example, how to do create a tabular report directly in Power BI using only the data you loaded -- let's say the data was loaded directly from the database and you clicked on R under the visualizations and you added couple of fields into the R script editor. So, how do you create a table using only those fields?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 19:42:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-tables-or-queries-with-R-script-for-further-usage/m-p/809324#M20995</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-03T19:42:23Z</dc:date>
    </item>
  </channel>
</rss>

