Forum Discussion
Anonymous
5 years agoNot applicable
Get Data through XMLA endpoint
Hi Everyone, Is it possible to pull only necessary columns from a dataset through XMLA endpoint (SQL Server Analysis Services database connector)? We've been trying to do this. We're trying t...
lbendlin
Super User
5 years agoWhen you connect to an XMLA endpoint you're live connecting to a data model, and your rendering tool (Excel etc) will run XMLA queries against the source to pull only the data required for rendering. Is that what you are asking?