Forum Discussion
Anonymous
6 years agoNot applicable
Error running Powershell Get-PowerBITable
Hello, I've experienced an error while running the following command: Get-PowerBITable -DatasetId [My Dataset ID Here] -WorkspaceId [My Workspace ID here] . Error is as follows: Get-PowerBITable...
lattali__ahmed
4 years agoFrequent Visitor
The command Get-PowerBITable is actually calling the REST API to get list of tables
Unfortunatly this only possible for push datasets at the moment
Check this link
https://docs.microsoft.com/en-us/rest/api/power-bi/push-datasets/datasets-get-tables
Anonymous
3 years agoNot applicable
This is answer!