The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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.