A guide to the leading OLAP Platform – Microsoft Analysis Services.
- Published: 12/1/2005
- Size: 712 pages, 7″ x 9 1/4″
- Price: $49.95
- ISBN: 0976635305
It teaches you how to build end-to-end OLAP solutions with Microsoft Analysis Services 2005 and Microsoft Business Intelligence Platform. This book doesn’t assume any prior experience with OLAP and Microsoft Analysis Services. It is designed as an easy-to-follow guide where each chapter builds upon the previous to implement the components of the innovative Unified Dimensional Model (UDM). New concepts are introduced with step-by-step instructions and hands-on labs.
Synopsis
APPLIED MICROSOFT ANALYSIS SERVICES 2005 shows database administrators and developers how to build end-to-end OLAP solutions with Microsoft Analysis Services 2005 and Microsoft Business Intelligence Platform. Database administrators will learn how to design and manage sophisticated OLAP cubes that provide rich data analytics and data mining services.
The book gives database developers the necessary background to extend UDM with custom programming logic, in the form of MDX expressions, scripts and .NET code. It teaches them how to implement a wide range of reporting applications that integrate with Analysis Services, Reporting Services, and Microsoft Office.
This book doesn’t assume any prior experience with OLAP and Microsoft Analysis Services. It is designed as an easy-to-follow guide where each chapter builds upon the previous to implement the components of the innovative Unified Dimensional Model (UDM). New concepts are introduced with step-by-step instructions and hands-on labs.
What’s inside
- Design and build the UDM
- Implement data warehousing and mining solutions
- Extend UDM programmatically with MDX
- Manage Analysis Services
- Build reporting solutions
Inside the book
Front cover |
Sample chapters (1 and 7) |
Source code |
Table of contents |
Index |
Errata |
Preface |
Back cover |
Old Forum |
How to purchase
- Buy it direct from the distributor.
- Buy it from Amazon
- Buy it from B&N
- Buy it as a e-book from eBooks.com
- More options…






In chapter 17 on pages 565-566 there is a thin client example of connecting to msmdpump.dll with a XML soap request. SSAS 2016 returns xs+xpress content type and unable to parse response. Any way to get this to work where analysis services returns text/xml? Essentially I would like to add an additional layer of abstraction to interpret measures and dimension attributes using different names for different customers.
Can’t tell without looking but SSAS should return XML so it sounds like a configuration error where Fiddler can help. Also, make sure you use Basic authentication over HTTPS.