<?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 Datasets GetTablesInGroup API call does not return columns in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Datasets-GetTablesInGroup-API-call-does-not-return-columns/m-p/1528937#M26665</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get the table schema of existing Push Datasets by using the &lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/pushdatasets/datasets_gettablesingroup" target="_blank" rel="noopener"&gt;GetTablesInGroup API call&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This returns the following response (redacted the group id):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "@odata.context":"http://wabi-north-europe-redirect.analysis.windows.net/v1.0/myorg/groups/{group-id}/$metadata#tables",
  "value":[
    {
      "name":"RealTimeData"
    }
  ]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However I expected the response to be like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "@odata.context":"http://wabi-north-europe-redirect.analysis.windows.net/v1.0/myorg/groups/{group-id}/$metadata#tables",
  "value":[
    {
      "name":"Server Status"
      "columns": [
        {"serverName": "text"},
        {"serverStatus": "number"}
      ]
    }
  ]
}&lt;/LI-CODE&gt;&lt;P&gt;Which is more in line what is modeled on the Power BI Workspace webpage, as well as what is specified in the documentation of the GetTablesInGroup call.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So what am I doing wrong here?&lt;/P&gt;</description>
    <pubDate>Wed, 02 Dec 2020 14:26:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-12-02T14:26:12Z</dc:date>
    <item>
      <title>Datasets GetTablesInGroup API call does not return columns</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Datasets-GetTablesInGroup-API-call-does-not-return-columns/m-p/1528937#M26665</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get the table schema of existing Push Datasets by using the &lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/pushdatasets/datasets_gettablesingroup" target="_blank" rel="noopener"&gt;GetTablesInGroup API call&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This returns the following response (redacted the group id):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "@odata.context":"http://wabi-north-europe-redirect.analysis.windows.net/v1.0/myorg/groups/{group-id}/$metadata#tables",
  "value":[
    {
      "name":"RealTimeData"
    }
  ]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However I expected the response to be like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "@odata.context":"http://wabi-north-europe-redirect.analysis.windows.net/v1.0/myorg/groups/{group-id}/$metadata#tables",
  "value":[
    {
      "name":"Server Status"
      "columns": [
        {"serverName": "text"},
        {"serverStatus": "number"}
      ]
    }
  ]
}&lt;/LI-CODE&gt;&lt;P&gt;Which is more in line what is modeled on the Power BI Workspace webpage, as well as what is specified in the documentation of the GetTablesInGroup call.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So what am I doing wrong here?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 14:26:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Datasets-GetTablesInGroup-API-call-does-not-return-columns/m-p/1528937#M26665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-02T14:26:12Z</dc:date>
    </item>
  </channel>
</rss>

