Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simpler interface for SQL Server analysis services cubes for end users

Is there a simpler interface for end users to run "queries" on pre-existing SqlServer Analysis Service cubes? I'm looking for a way to deploy the cubes and allow the users to work with the data through a simpler interface than BIDS. Is this even possible?

like image 379
Barry Avatar asked Aug 14 '26 10:08

Barry


2 Answers

I would recommend Excel too. It is an environment that your users are familiar with anyway, and they will be able to perform additional analysis (totals etc) without learning any new interfaces.

However, I would advise against pivot tables as a method of getting the data into Excel. I once worked on a project using pivot tables, and it was a filthy nightmare. The more recent versions of Office have a slightly different tool called "Microsoft Office Excel Add-in for SQL Server Analysis Services" which can get OLAP data into Excel. I downloaded XLAddinSetup.msi for Excel 2002/3 or you can use this method for Excel 2007.

like image 194
Magnus Smith Avatar answered Aug 17 '26 22:08

Magnus Smith


You can use Excel with pivot tables for that, no need to write any queries at all, they can drill down to all the data they need

like image 39
SQLMenace Avatar answered Aug 17 '26 21:08

SQLMenace



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!