<?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: REST API for creating Power BI datasets, tables and columns in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-for-creating-Power-BI-datasets-tables-and-columns/m-p/3023019#M40738</link>
    <description>&lt;P&gt;Hi Daryl,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your answer. You wrote "You can only create, replace and refresh" - are you referring to the API documentation on&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/?" target="_blank"&gt;https://learn.microsoft.com/en-us/rest/api/power-bi/?&lt;/A&gt;&amp;nbsp;Looking in the section "Datasets", I cannot find a REST call to create or replace (non-empty) datasets. Should I look in a different place?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jan 2023 11:09:34 GMT</pubDate>
    <dc:creator>ErikVoorbraak</dc:creator>
    <dc:date>2023-01-16T11:09:34Z</dc:date>
    <item>
      <title>REST API for creating Power BI datasets, tables and columns</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-for-creating-Power-BI-datasets-tables-and-columns/m-p/3018647#M40703</link>
      <description>&lt;P&gt;I'm looking for a REST API that I can use to manage Power BI datasets: create dataset, add/remove tables, add/remove columns, add/remove measures, etc. In my specific use case, I intend to consume such API in Java.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far, I found this resource:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/," target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/rest/api/power-bi/,&lt;/A&gt;&amp;nbsp;which allows me to get only base data of my datasets. I cannot access tables and columns, let alone modify them. The Java libraries I tried reflect this (&lt;A href="https://github.com/satalyst/powerbi-rest-java," target="_blank" rel="noopener"&gt;https://github.com/satalyst/powerbi-rest-java,&lt;/A&gt;&amp;nbsp;&lt;A href="https://github.com/satya64/powerbi-sdk-java" target="_blank" rel="noopener"&gt;https://github.com/satya64/powerbi-sdk-java&lt;/A&gt;).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am aware that there is a possibility to do this using "&lt;SPAN&gt;Microsoft.AnalysisServices.Tabular.dll" (&lt;A href="https://learn.microsoft.com/en-us/dotnet/api/microsoft.analysisservices.tabular.model?view=analysisservices-dotnet" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/dotnet/api/microsoft.analysisservices.tabular.model?view=analysisservices-dotnet&lt;/A&gt;), but as far as I can judge, there is no REST endpoint for this. Lastly, I looked at XMLA endpoints, which looked rather far from what I was expecting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Am I missing some API? Any hints would be appreciated.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 07:57:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-for-creating-Power-BI-datasets-tables-and-columns/m-p/3018647#M40703</guid>
      <dc:creator>ErikVoorbraak</dc:creator>
      <dc:date>2023-01-13T07:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: REST API for creating Power BI datasets, tables and columns</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-for-creating-Power-BI-datasets-tables-and-columns/m-p/3020321#M40717</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/498544"&gt;@ErikVoorbraak&lt;/a&gt;&amp;nbsp;- It is not possible to edit the Data Model (&lt;SPAN&gt;add/remove tables, add/remove columns, add/remove measures) via the Rest API.&amp;nbsp; You can only create, replace and refresh.&lt;BR /&gt;&lt;BR /&gt;If you want to modify the Data Model (add/remove tables, add/remove columns, add/remove measures) you will need to use an XMLA endpoint tool.&amp;nbsp; Tabular Editor is the most popular external tool.&amp;nbsp; Try the paid version, Tabular Editor 3.&amp;nbsp;&amp;nbsp;&lt;A href="https://tabulareditor.com/" target="_blank"&gt;Tabular Editor 3&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You may want to check out&amp;nbsp;&lt;A href="https://pbi.tools/cli/" target="_blank"&gt;pbi-tools CLI | pbi-tools&lt;/A&gt;&amp;nbsp;as this allows you to manage Power BI datasets GitHub / VS Code.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 21:53:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-for-creating-Power-BI-datasets-tables-and-columns/m-p/3020321#M40717</guid>
      <dc:creator>Daryl-Lynch-Bzy</dc:creator>
      <dc:date>2023-01-13T21:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: REST API for creating Power BI datasets, tables and columns</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-for-creating-Power-BI-datasets-tables-and-columns/m-p/3023019#M40738</link>
      <description>&lt;P&gt;Hi Daryl,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your answer. You wrote "You can only create, replace and refresh" - are you referring to the API documentation on&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/?" target="_blank"&gt;https://learn.microsoft.com/en-us/rest/api/power-bi/?&lt;/A&gt;&amp;nbsp;Looking in the section "Datasets", I cannot find a REST call to create or replace (non-empty) datasets. Should I look in a different place?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 11:09:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-for-creating-Power-BI-datasets-tables-and-columns/m-p/3023019#M40738</guid>
      <dc:creator>ErikVoorbraak</dc:creator>
      <dc:date>2023-01-16T11:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: REST API for creating Power BI datasets, tables and columns</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-for-creating-Power-BI-datasets-tables-and-columns/m-p/3023030#M40739</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/498544"&gt;@ErikVoorbraak&lt;/a&gt;&amp;nbsp; - this is the API call to import a dataset.&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/imports/post-import-in-group" target="_blank"&gt;Imports - Post Import In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn.&lt;/A&gt;&amp;nbsp; This will create or replace if already exists.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 11:17:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-for-creating-Power-BI-datasets-tables-and-columns/m-p/3023030#M40739</guid>
      <dc:creator>Daryl-Lynch-Bzy</dc:creator>
      <dc:date>2023-01-16T11:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: REST API for creating Power BI datasets, tables and columns</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-for-creating-Power-BI-datasets-tables-and-columns/m-p/3023294#M40742</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/293962"&gt;@Daryl-Lynch-Bzy&lt;/a&gt;&amp;nbsp;So to import a dataset, I should send over a pbix file? I know that pbix is a ZIPped folder structure, most of which is quite readable, with one exception: the "DataModel" file (compressed with "xpress 9"). So how should I create the PBIX? Or should I send something different?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 08:34:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-for-creating-Power-BI-datasets-tables-and-columns/m-p/3023294#M40742</guid>
      <dc:creator>ErikVoorbraak</dc:creator>
      <dc:date>2023-01-17T08:34:24Z</dc:date>
    </item>
  </channel>
</rss>

