<?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 GetTables for PushDataset in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-GetTables-for-PushDataset/m-p/1853124#M29504</link>
    <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;, thanks for your answer! Yes, my dataset was created as streaming dataset with "historic data analysis" button set to on wich should result in a push dataset if I understood correctly. Pushing data by api and creating a report and a dashboard works also. The REST API Call GetTables is responded with 200 but I'm missing a deep table object in the JSON response telling me something about the columns of the dataset.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Peter&lt;/P&gt;</description>
    <pubDate>Thu, 20 May 2021 06:59:28 GMT</pubDate>
    <dc:creator>HInkelstein</dc:creator>
    <dc:date>2021-05-20T06:59:28Z</dc:date>
    <item>
      <title>REST API GetTables for PushDataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-GetTables-for-PushDataset/m-p/1848130#M29471</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;documentation says this API &lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/pushdatasets/datasets_gettables#table" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/rest/api/power-bi/pushdatasets/datasets_gettables#table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;should return a JSON Object of type Tables what should be an array of table objects what should contain meta information of columns.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HInkelstein_0-1621324709011.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/516312iC594B4AFF915F1C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HInkelstein_0-1621324709011.png" alt="HInkelstein_0-1621324709011.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But the only response I get on my request is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;{
  &lt;SPAN class="hljs-attr"&gt;"@odata.context"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"http://wabi-west-europe-redirect.analysis.windows.net/v1.0/myorg/$metadata#tables"&lt;/SPAN&gt;,
  &lt;SPAN class="hljs-attr"&gt;"value"&lt;/SPAN&gt;: [
    {
      &lt;SPAN class="hljs-attr"&gt;"name"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"RealTimeData"&lt;/SPAN&gt;,
      &lt;SPAN class="hljs-attr"&gt;"source"&lt;/SPAN&gt;: []
    }
  ]
}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Can I access the deeper structures and if yes, how?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best Peter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 08:01:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-GetTables-for-PushDataset/m-p/1848130#M29471</guid>
      <dc:creator>HInkelstein</dc:creator>
      <dc:date>2021-05-18T08:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: REST API GetTables for PushDataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-GetTables-for-PushDataset/m-p/1852834#M29500</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/128019"&gt;@HInkelstein&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This API only applies to &lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/pushdatasets/datasets_postdatasetingroup" target="_self"&gt;&lt;STRONG&gt;push dataset&lt;/STRONG&gt;&lt;/A&gt;, please check if your dataset is a push dataset. Please review the content in the following link, hope they can help you.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.lobsterpot.com.au/2020/07/16/getting-started-with-power-bi-push-datasets-via-rest-apis/" target="_self"&gt;&lt;STRONG&gt;Getting started with Power BI Push Datasets via REST APIs&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 03:05:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-GetTables-for-PushDataset/m-p/1852834#M29500</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-20T03:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: REST API GetTables for PushDataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-GetTables-for-PushDataset/m-p/1853124#M29504</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;, thanks for your answer! Yes, my dataset was created as streaming dataset with "historic data analysis" button set to on wich should result in a push dataset if I understood correctly. Pushing data by api and creating a report and a dashboard works also. The REST API Call GetTables is responded with 200 but I'm missing a deep table object in the JSON response telling me something about the columns of the dataset.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Peter&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 06:59:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-GetTables-for-PushDataset/m-p/1853124#M29504</guid>
      <dc:creator>HInkelstein</dc:creator>
      <dc:date>2021-05-20T06:59:28Z</dc:date>
    </item>
  </channel>
</rss>

