Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
RemcoTMDi
New Member

Datasets GetTablesInGroup API call does not return columns

Hello,

 

I am trying to get the table schema of existing Push Datasets by using the GetTablesInGroup API call.

 

This returns the following response (redacted the group id):

{
  "@odata.context":"http://wabi-north-europe-redirect.analysis.windows.net/v1.0/myorg/groups/{group-id}/$metadata#tables",
  "value":[
    {
      "name":"RealTimeData"
    }
  ]
}

 

However I expected the response to be like this:

{
  "@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"}
      ]
    }
  ]
}

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.

 

So what am I doing wrong here?

0 REPLIES 0

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.