Forum Discussion
TBardien
6 years agoHelper I
API call Datasets Get Tables DO NOT WORK
I am trying to fetch Tables for a dataset from the API. I have tried client.Datasets.GetTablesInGroupAsync( client.Datasets.GetTablesAsync( client.Datasets.GetTablesInGroup( none of them work. ...
lbendlin
6 years agoSuper User
Try it out in the sandbox.
https://docs.microsoft.com/en-us/rest/api/power-bi/pushdatasets/datasets_gettablesingroup
Worked for me. NOTE: This call is only working with Push datasets.
- lbendlin6 years agoSuper User
Dataset : you own it and manipulate it via .pbix. you can selectively change its data
Push dataset: Azure owns it and you can only post to it and query it. There is no .pbix. you cannot change its data after posting/pushing. Only full delete and start over.