We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply 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.