- Microsoft SQL Server 2014 Business Intelligence Development Beginner’s Guide
- Reza Rad
- 338字
- 2021-08-13 17:55:25
Time for action – calculated members
Calculated members help to perform calculation based on measures, dimension hierarchies, and MDX functions. They are very helpful for covering business requirements with the help of a cube. In this example, we will create a new calculated member for Profit.
- In the cube designer, go to the Calculations tab.
- Create a new calculated member by clicking on the button that is magnified in the next screenshot.
- Rename the calculated member to
[Profit]
. - Write the following expression in the Expression field:
[Measures].[Sales Amount] - [Measures].[Total Product Cost]
- Set the format string as "Currency".
- Deploy and process this procedure, and then browse the cube with the Product Category hierarchy and a Profit measure.
What just happened?
In this extremely simple example, we created a profit column based on the total product cost and the sales amount. The MDX expression used here is very simple; as you can see, you don't need to write the whole select
statement, you just need to write the expression that calculates or applies conditions.
The MDX expression can be made more complex with the help of functions and metadata information listed in the bottom-left side of the preceding screenshot. You can drag-and-drop functions or measures or dimension hierarchies in the expression box and create the expression easily. There are also some properties for calculated columns, such as font, color, and format string, which can be set in this window.
You can also create Named Sets in this window, which can be a subset of the dimension attribute members, for example, a list of the top 50 customers based on the sales amount. You can write MDX scripts to create a Named Set again.
As you've seen in this section, MDX plays an important role in creating calculations and writing complex query scripts on the SSAS Multidimensional cube, so our recommendation for SSAS developers is to improve their MDX skills. The more professionally you can write MDX, the better you will be able to create more powerful cubes for business requirements.
- 零基礎(chǔ)搭建量化投資系統(tǒng):以Python為工具
- Mastering Adobe Captivate 2017(Fourth Edition)
- 架構(gòu)不再難(全5冊)
- Vue.js快跑:構(gòu)建觸手可及的高性能Web應(yīng)用
- 深入淺出Android Jetpack
- The DevOps 2.4 Toolkit
- C++寶典
- Raspberry Pi Robotic Projects(Third Edition)
- C陷阱與缺陷
- Mastering Embedded Linux Programming
- Learning Concurrency in Python
- INSTANT Apache Hive Essentials How-to
- HTML5+CSS3+jQuery Mobile+Bootstrap開發(fā)APP從入門到精通(視頻教學(xué)版)
- Swift Essentials(Second Edition)
- HTML5 and CSS3:Building Responsive Websites