March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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.