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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Push Datasets - Datasets GetTablesInGroup doesn't return column

I was testing the Datasets GetTablesInGroup https://docs.microsoft.com/en-us/rest/api/power-bi/push-datasets/datasets-get-tables-in-group and I realize that the response I got didn't include any columns for the table

 

The result I got:

 

{

    "@odata.context""http://wabi-us-north-central-redirect.analysis.windows.net/v1.0/myorg/groups/groupid/$metadata#table...",

    "value": [

        {

            "name""dummy1",

            "source": []

        },

        {

            "name""dummy2",

            "source": []

        }

    ]

}

 

 

I was expecting this API should return the table definition like columns, datatype, etc...

Not sure if I do anything wrong with the call.

Status: Investigating

Hi @ejQap 

Pay attention to the limitation .

Ailsamsft_0-1656573099536.png

Best Regards,
Community Support Team _ Ailsa Tao

Comments
v-yetao1-msft
Community Support
Status changed to: Needs Info

Hi @ejQap 

Did you return any error messages?

 

Best Regards,
Community Support Team _ Ailsa Tao

ejQap
Regular Visitor

@v-yetao1-msft Hi, I got 200. no error message, the returned JSON body has table names but no table definition (columns, etc..)

v-yetao1-msft
Community Support
Status changed to: Investigating

Hi @ejQap 

Pay attention to the limitation .

Ailsamsft_0-1656573099536.png

Best Regards,
Community Support Team _ Ailsa Tao

ejQap
Regular Visitor

@v-yetao1-msft It is a push dataset. btw, if is not a push dataset, I won't get 200. Thanks