Forum Discussion
Get Table information from dataset Programmatically
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.
- pgelli6 years agoMicrosoft Employee
That is good information. Thanks lbendlin . I see that it is only supported for PowerBI premium subscriptions.
Currently we don't have PowerBI premium. Do you know of a way which can work for us with Standard PowerBI subscription & workspace.- lbendlin6 years agoSuper User
Apologies, i did not qualify that. I have no experience outside of Premium. Maybe you need to be made a workspace member?
- pgelli6 years agoMicrosoft Employee
So I got hold of a premium workspace and am able to connect to the XMLA endpoint.
So far, I could get information like tables and columns from dataset perspective.
We want to actually find the source table information, not the ones created in powerbi report/dataset. Sorry if that was not clear in my initial post.
lbendlin is there a way to get the source table information and the actual queries which are used to create the dataset tables.