- Microsoft SQL Server 2014 Business Intelligence Development Beginner’s Guide
- Reza Rad
- 175字
- 2021-08-13 17:55:24
Multidimensional eXpression, calculated members, and Named Sets
In every business, you will face situations where something new came from the business requirements that you didn't consider while designing the data warehouse. On the other hand, sometimes the requirements cannot be fulfilled in the data warehouse and should be fulfilled in the cube.
SSAS provides a way to create calculated members based on an expression language named Multidimensional eXpression (MDX). MDX is the query language for SSAS; all queries from the client applications are sent to the SSAS server as an MDX query, and the result of that query will be returned in a multidimensional format.
As an example for calculation of the members, assuming that you want to calculate the product of the unit price and the item quantity, you can create a calculated member for that. Also, sometimes you might require a subset of a dimension attribute, for example, a list of the top 10 customers in a specific area. The Named Set in SSAS provides the ability to create these kinds of subsets.
- 大話PLC(輕松動漫版)
- Spring Cloud Alibaba微服務架構設計與開發實戰
- Android和PHP開發最佳實踐(第2版)
- Instant Apache Stanbol
- 深入淺出Java虛擬機:JVM原理與實戰
- Instant 960 Grid System
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- HTML5從入門到精通 (第2版)
- Python Data Structures and Algorithms
- 精通Spring:Java Web開發與Spring Boot高級功能
- Drupal 8 Development Cookbook(Second Edition)
- Deep Learning for Natural Language Processing
- C# 7.0本質論
- PostgreSQL 12 High Availability Cookbook
- Managing Windows Servers with Chef