- 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.
- 極簡算法史:從數學到機器的故事
- Reporting with Visual Studio and Crystal Reports
- Kubernetes實戰
- Java入門很輕松(微課超值版)
- Data Analysis with IBM SPSS Statistics
- 高級C/C++編譯技術(典藏版)
- Windows Server 2012 Unified Remote Access Planning and Deployment
- Highcharts Cookbook
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- Programming Microsoft Dynamics? NAV 2015
- Fastdata Processing with Spark
- Julia數據科學應用
- 游戲設計的底層邏輯
- Unity 3D UI Essentials
- Swift 2 Blueprints