Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @ejQap
Pay attention to the limitation .
Best Regards,
Community Support Team _ Ailsa Tao