<script>var dataSource =newkendo.data.PivotDataSource({type:"xmla",transport:{connection:{catalog:"Adventure Works DW 2008R2"},read:"https://demos.telerik.com/service/v2/olap/msmdpump.dll"},schema:{type:"xmla"}});
dataSource.schemaMeasures().done(function(measures){/* The result can be observed in the DevTools(F12) console of the browser. */console.log(measures);});</script>