Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hello,
I am trying to get the table schema of existing Push Datasets by using the GetTablesInGroup API call.
This returns the following response (redacted the group id):
{
"@odata.context":"http://wabi-north-europe-redirect.analysis.windows.net/v1.0/myorg/groups/{group-id}/$metadata#tables",
"value":[
{
"name":"RealTimeData"
}
]
}
However I expected the response to be like this:
{
"@odata.context":"http://wabi-north-europe-redirect.analysis.windows.net/v1.0/myorg/groups/{group-id}/$metadata#tables",
"value":[
{
"name":"Server Status"
"columns": [
{"serverName": "text"},
{"serverStatus": "number"}
]
}
]
}Which is more in line what is modeled on the Power BI Workspace webpage, as well as what is specified in the documentation of the GetTablesInGroup call.
So what am I doing wrong here?
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |