Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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.