<?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 a Dataset programatically in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Create-a-Dataset-programatically/m-p/289536#M8508</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/44870"&gt;@lferdinand&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;My design requires that I create 1 or more tenant-specific datasets to service a single dashboard&amp;nbsp;whose data comes from&amp;nbsp;a common elasticsearch cluster.&amp;nbsp; Data is stored in tenant-specific indices in es. Given that, I assume that I could create a dataset per dashboard per tenant. I don't see how I would go about doing that in the examples&amp;nbsp;in docs.powerbi.apiary.io.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are my assumptions accurate?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically, I'm trying to programmatically perform what an author would do when clicking on Get Data button in the lower right corner of app.powerbi.com....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does the process work like this....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Create a Gateway (tenant-specific)&lt;/P&gt;
&lt;P&gt;2. Associate the Gateway with a dataset?&lt;/P&gt;
&lt;P&gt;3. Associate or create a new dashboard from a template to the Gateway....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/44870"&gt;@lferdinand&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;You can create datasets via the REST API&amp;nbsp;&lt;A href="https://msdn.microsoft.com/en-US/library/mt203562.aspx" target="_self"&gt;Create Dataset&lt;/A&gt;. The datasets created via the API have to be fed with REST API &lt;A href="https://msdn.microsoft.com/en-US/library/mt203561.aspx" target="_self"&gt;Add Rows&lt;/A&gt;. See&amp;nbsp;&lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-walkthrough-push-data/" target="_self"&gt;Push data into a Power BI dataset&lt;/A&gt;. You don't set up gateway in this scenario.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Oct 2017 06:10:03 GMT</pubDate>
    <dc:creator>Eric_Zhang</dc:creator>
    <dc:date>2017-10-25T06:10:03Z</dc:date>
    <item>
      <title>Create a Dataset programatically</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-a-Dataset-programatically/m-p/288276#M8464</link>
      <description>&lt;P&gt;My design requires that I create 1 or more tenant-specific datasets to service a single dashboard&amp;nbsp;whose data comes from&amp;nbsp;a common elasticsearch cluster.&amp;nbsp; Data is stored in tenant-specific indices in es. Given that, I assume that I could create a dataset per dashboard per tenant. I don't see how I would go about doing that in the examples&amp;nbsp;in docs.powerbi.apiary.io.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are my assumptions accurate?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, I'm trying to programmatically perform what an author would do when clicking on Get Data button in the lower right corner of app.powerbi.com....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does the process work like this....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Create a Gateway (tenant-specific)&lt;/P&gt;&lt;P&gt;2. Associate the Gateway with a dataset?&lt;/P&gt;&lt;P&gt;3. Associate or create a new dashboard from a template to the Gateway....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 20:27:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-a-Dataset-programatically/m-p/288276#M8464</guid>
      <dc:creator>lferdinand</dc:creator>
      <dc:date>2017-10-23T20:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Dataset programatically</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-a-Dataset-programatically/m-p/289536#M8508</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/44870"&gt;@lferdinand&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;My design requires that I create 1 or more tenant-specific datasets to service a single dashboard&amp;nbsp;whose data comes from&amp;nbsp;a common elasticsearch cluster.&amp;nbsp; Data is stored in tenant-specific indices in es. Given that, I assume that I could create a dataset per dashboard per tenant. I don't see how I would go about doing that in the examples&amp;nbsp;in docs.powerbi.apiary.io.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are my assumptions accurate?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically, I'm trying to programmatically perform what an author would do when clicking on Get Data button in the lower right corner of app.powerbi.com....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does the process work like this....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Create a Gateway (tenant-specific)&lt;/P&gt;
&lt;P&gt;2. Associate the Gateway with a dataset?&lt;/P&gt;
&lt;P&gt;3. Associate or create a new dashboard from a template to the Gateway....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/44870"&gt;@lferdinand&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;You can create datasets via the REST API&amp;nbsp;&lt;A href="https://msdn.microsoft.com/en-US/library/mt203562.aspx" target="_self"&gt;Create Dataset&lt;/A&gt;. The datasets created via the API have to be fed with REST API &lt;A href="https://msdn.microsoft.com/en-US/library/mt203561.aspx" target="_self"&gt;Add Rows&lt;/A&gt;. See&amp;nbsp;&lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-walkthrough-push-data/" target="_self"&gt;Push data into a Power BI dataset&lt;/A&gt;. You don't set up gateway in this scenario.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 06:10:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-a-Dataset-programatically/m-p/289536#M8508</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-10-25T06:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Dataset programatically</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-a-Dataset-programatically/m-p/2447031#M35432</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/6971"&gt;@Eric_Zhang&lt;/a&gt;&amp;nbsp;-&lt;BR /&gt;Hi, not sure if your still around since the original post was a long time ago.&lt;BR /&gt;The links you posted just go to the API Documentation home page.&lt;BR /&gt;I was wondering if you have updated/better links.&lt;BR /&gt;Also is this still the best option. Create a Pushdataset and push the data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Apr 2022 02:33:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-a-Dataset-programatically/m-p/2447031#M35432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-09T02:33:33Z</dc:date>
    </item>
  </channel>
</rss>

