<?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 Problem in cloning data set from one workspace to other. in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Cloning-the-data-sets-of-Power-BI-with-connection-to-the/m-p/595693#M18140</link>
    <description>&lt;P&gt;Is it possible with PowerBI API to get columns of a table with all the fields and data type?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g. with the GET "htps://api/powerbi.com/v1.0/myorg/datasets/ID/tables" I get the JSON that looks something like this&lt;BR /&gt;"value":[{ "name": "product"}], but what I really need is JSON that contains table name but also all the columns fields with the corresponding data type.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to make this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 06 Jan 2019 12:32:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-01-06T12:32:54Z</dc:date>
    <item>
      <title>Cloning the data sets of Power BI with connection to the different database using API.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Cloning-the-data-sets-of-Power-BI-with-connection-to-the/m-p/595706#M18138</link>
      <description>&lt;P&gt;&amp;nbsp;I want to clone the datasets of Power BI with the connection to the different database by using API.&lt;/P&gt;&lt;P&gt;I'm able to create the data set by giving the hardcoded data to the "tables" property.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hljs-attr"&gt;"tables"&lt;/SPAN&gt;&lt;SPAN&gt;: [ { &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"Product"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"columns"&lt;/SPAN&gt;&lt;SPAN&gt;: [ { &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"ProductID"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"dataType"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"Int64"&lt;/SPAN&gt;&lt;SPAN&gt; }, { &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"Name"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"dataType"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"string"&lt;/SPAN&gt;&lt;SPAN&gt; }, { &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"Category"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"dataType"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"string"&lt;/SPAN&gt;&lt;SPAN&gt; }, { &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"IsCompete"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"dataType"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"bool"&lt;/SPAN&gt;&lt;SPAN&gt; }, { &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"ManufacturedOn"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"dataType"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"DateTime"&lt;/SPAN&gt;&lt;SPAN&gt; } ].&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But I want to clone the datasets that are already there in another workspace with the different database connection.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But the problem it is saying is, we can only clone the datasets that are created by using the API.So that it can have API access. We cannot clone the datasets that are published in PowerBi Desktop.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My requirement is to clone the datasets of another workspace with the different database connection.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please help me solve this. Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Jan 2019 15:08:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Cloning-the-data-sets-of-Power-BI-with-connection-to-the/m-p/595706#M18138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-06T15:08:18Z</dc:date>
    </item>
    <item>
      <title>Problem in cloning data set from one workspace to other.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Cloning-the-data-sets-of-Power-BI-with-connection-to-the/m-p/595693#M18140</link>
      <description>&lt;P&gt;Is it possible with PowerBI API to get columns of a table with all the fields and data type?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g. with the GET "htps://api/powerbi.com/v1.0/myorg/datasets/ID/tables" I get the JSON that looks something like this&lt;BR /&gt;"value":[{ "name": "product"}], but what I really need is JSON that contains table name but also all the columns fields with the corresponding data type.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to make this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Jan 2019 12:32:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Cloning-the-data-sets-of-Power-BI-with-connection-to-the/m-p/595693#M18140</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-06T12:32:54Z</dc:date>
    </item>
    <item>
      <title>Cloning a dataset from one workspace to another workspace using powerbi API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Cloning-the-data-sets-of-Power-BI-with-connection-to-the/m-p/595695#M18139</link>
      <description>&lt;P&gt;I am trying to clone the complete Power BI report.&amp;nbsp;With API, reports can be cloned but the datasets are not cloned. How to clone the report with its dataset.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Jan 2019 12:41:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Cloning-the-data-sets-of-Power-BI-with-connection-to-the/m-p/595695#M18139</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-06T12:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning a dataset from one workspace to another workspace using powerbi API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Cloning-the-data-sets-of-Power-BI-with-connection-to-the/m-p/597596#M18174</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Though we can't clone the dataset directly, there could be a workaround. The change is only the data source.&lt;/P&gt;
&lt;P&gt;1. Upload the pbix file with&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/imports/postimportingroup" target="_self"&gt;imports/postimportingroup&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;2. Update the data sources with&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/updatedatasourcesingroup" target="_self"&gt;datasets/updatedatasourcesingroup&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please also note there are some limitations.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Dale&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 09:33:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Cloning-the-data-sets-of-Power-BI-with-connection-to-the/m-p/597596#M18174</guid>
      <dc:creator>v-jiascu-msft</dc:creator>
      <dc:date>2019-01-09T09:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning a dataset from one workspace to another workspace using powerbi API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Cloning-the-data-sets-of-Power-BI-with-connection-to-the/m-p/3019144#M40709</link>
      <description>&lt;P&gt;I think is not possible to change the database, currently i am using the method&amp;nbsp;datasets/updatedatasourcesingroup, for postgressql&amp;nbsp;database.&lt;/P&gt;&lt;P&gt;The message I get is always "Not Found" because this function needs a gateway, in that case the reports are running without a gatway as the source database is located in azure.&lt;BR /&gt;&lt;BR /&gt;Any idea on this schenario?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 14:16:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Cloning-the-data-sets-of-Power-BI-with-connection-to-the/m-p/3019144#M40709</guid>
      <dc:creator>koureass</dc:creator>
      <dc:date>2023-01-13T14:16:45Z</dc:date>
    </item>
  </channel>
</rss>

