- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
REST API GetTables for PushDataset
Hi,
documentation says this API https://docs.microsoft.com/en-us/rest/api/power-bi/pushdatasets/datasets_gettables#table
should return a JSON Object of type Tables what should be an array of table objects what should contain meta information of columns.
But the only response I get on my request is:
{
"@odata.context": "http://wabi-west-europe-redirect.analysis.windows.net/v1.0/myorg/$metadata#tables",
"value": [
{
"name": "RealTimeData",
"source": []
}
]
}
Can I access the deeper structures and if yes, how?
best Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @HInkelstein ,
This API only applies to push dataset, please check if your dataset is a push dataset. Please review the content in the following link, hope they can help you.
Getting started with Power BI Push Datasets via REST APIs
Best Regards
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @v-yiruan-msft , thanks for your answer! Yes, my dataset was created as streaming dataset with "historic data analysis" button set to on wich should result in a push dataset if I understood correctly. Pushing data by api and creating a report and a dashboard works also. The REST API Call GetTables is responded with 200 but I'm missing a deep table object in the JSON response telling me something about the columns of the dataset.
Thanks Peter

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
01-10-2025 03:29 PM | |||
10-17-2024 05:20 AM | |||
06-11-2021 05:46 AM | |||
01-14-2025 06:42 AM | |||
08-01-2024 02:36 PM |