Forum Discussion
pgelli
6 years agoMicrosoft Employee
Get Table information from dataset Programmatically
Hi All,
Is there a way to programatically get the information of datasource & tables used in a dataset (like some kind of metadata).
I saw there is a GetDataSet API, but that works on the datasets that are published using REST API. It will be practically impossible for us to publish a report using REST API given the amount of data we have.
Any suggestions please?
14 Replies
- lbendlinSuper User
You can use any XMLA client (like SSMS, DAX Studio, ALM Toolkit etc) to connect to the XMLA endpoint of the dataset (assuming, of course, that you have access to the dataset) and pull down all the meta data.
- lbendlinSuper User
Apologies, i did not qualify that. I have no experience outside of Premium. Maybe you need to be made a workspace member?