简体   繁体   中英

Angular and Microsoft Analysis Services

I have SQL Server databases and an Analysis Services layer to access these databases. I initially used it with Power BI to build a dashboard. But the dashboard doesn't look so nice specially on an iPad and it is a little slow. So I would like to switch to Angular for front end. But I do not know how to do the backend using the technologies that I already have. So what's the easiest way (free with no licence needed) to connect to the analysis services layer to fetch data and display it on angular visuals and charts?

One of the contributor has come up with the solution (Work-in-progress) to integrate Analysis Services with Angular and can be found in the Link

This works by accessing Microsoft SQL Server Analysis Services (SSAS) OLAP Cube via HTTP using XML/A and MDX queries.

Thanks.

From a .NET Framework web service to you can send queries to Analysis Services using ADOMD.NET. You can host the web service on Windows or on Azure App Service. Here's a sample for Azure Analysis Services, but it would be the same.

Or you can configure a SQL Server Linked Server for Analysis Services , and query that instead.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM