Forum Discussion
Push Datasets GET Tables no table information
I've created a new Push Dataset using the documentation example request payload found here
When calling GET https://api.powerbi.com/v1.0/myorg/groups/<groupID>/datasets/<datasetID>/tables
However I'd expect to see this information...
lbendlin unfortunately the PowerShell script also returned no table information, just the name (using the PowerBI cmdlets).
I have taken a different path for solving my problem of replicating a core dataset for a subset of source data, using a combination of PBIX import and update parameters via the PowerBI REST API. For others interested, I won't describe it in detail but hopefully this screenshot will get you started...
This doesn't resolve the original issue of no table info returning from API, so I will leave this post unsolved.
5 Replies
- lbendlinSuper User
This API call Push Datasets - Datasets GetTablesInGroup - REST API (Power BI Power BI REST APIs) | Microsoft Learn
really only returns the table names. You should be able to get the other details via Powershell.