- Microsoft SQL Server 2014 Business Intelligence Development Beginner’s Guide
- Reza Rad
- 173字
- 2021-08-13 17:55:26
Summary
In this chapter, you learned some of the benefits of having OLAP cube over the data warehouse. Then we learned how to create cubes and dimensions in the SSAS Multidimensional. We've walked through how to create hierarchies and modify dimensions and measure properties. Then we saw how to create calculated columns in the data source view. Some of the changes had to be made in the cube as a calculation; we used MDX, which is a query language for SSAS Multidimensional, to create calculated measures and a named set. Finally, we saw how to deploy an analysis services project to the SSAS Server and how to load data into the database while processing.
There are still many aspects in Analysis Services multidimensional that need to be studied in a more detailed way. We strongly recommend that you use one of the good books written on SQL Server Analysis Services in order to dive deep in to all the aspects of Analysis Services and learn how to face real-world scenarios with SSAS Multidimensional.
- Visual FoxPro程序設計教程
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- Django:Web Development with Python
- EPLAN實戰設計
- Working with Odoo
- 前端HTML+CSS修煉之道(視頻同步+直播)
- Python機器學習算法與應用
- OpenCV 3計算機視覺:Python語言實現(原書第2版)
- Android Studio Cookbook
- Scratch編程從入門到精通
- Mastering ArcGIS Server Development with JavaScript
- Learning NHibernate 4
- C語言程序設計
- C++游戲設計案例教程
- Python GUI設計:tkinter菜鳥編程