- Microsoft SQL Server 2014 Business Intelligence Development Beginner’s Guide
- Reza Rad
- 235字
- 2021-08-13 17:55:26
Chapter 3. Tabular Model Development of SQL Server Analysis Services
SQL Server Analysis Services comes with two modeling technologies: multidimensional and tabular. In the previous chapter, you learned how to model a multidimensional OLAP cube. In this chapter, you will learn about tabular modeling.
SSAS Tabular loads data into an In-Memory engine called xVelocity (previously known as Aka Vertipaq). The In-Memory engine provides high-speed access to data, which helps provide very fast reports and dashboards. Tabular modeling allows you to create a table-based model from existing data (that comes from a data warehouse or any other source) and create a relationship between models. Note that the tabular model doesn't require a start schema relation, but this is always recommended if you wish to create a tabular model on the top of your data warehouse and start schema. Data Analysis Expression (DAX) is an expression language for SSAS Tabular, which helps you create calculations and measures based on existing columns and relationships.
In this chapter, you will learn how to create an SSAS Tabular project and how to create hierarchies from one table or from nested tables. You will learn about the language structure of DAX and how to use DAX functions to create calculations and measures. You will also learn about two different storage models that are supported in the tabular model. Finally, you will see how to apply security and perform deployment.
- .NET之美:.NET關鍵技術深入解析
- 嵌入式軟件系統測試:基于形式化方法的自動化測試解決方案
- Microsoft Application Virtualization Cookbook
- Python入門很簡單
- INSTANT Sencha Touch
- Cocos2d-x學習筆記:完全掌握Lua API與游戲項目開發 (未來書庫)
- Java系統化項目開發教程
- UNIX Linux程序設計教程
- QlikView Unlocked
- Android編程權威指南(第4版)
- Scratch少兒編程高手的7個好習慣
- Java基礎案例教程(第2版)
- Unity與C++網絡游戲開發實戰:基于VR、AI與分布式架構
- 數據結構:C語言描述(融媒體版)
- OpenACC并行編程實戰