+ All Categories
Home > Documents > MDX Expressions - Pragmatic Works - Pragmatic Works

MDX Expressions - Pragmatic Works - Pragmatic Works

Date post: 27-Nov-2021
Category:
Upload: others
View: 14 times
Download: 0 times
Share this document with a friend
2
www.pragmaticworks.com MDX Expressions This cheat sheet will show you the most used MDX expressions which is a combination of identifiers, values, and operators that can be evaluated to get a result. The data can be used in different places when accessing or changing data. Remember: In MDX, an expression can be simple or complex. The following are simple expressions: constant, scalar function and object identifier. A complex expression can be built from combinations of these entities joined by operators. Basic Aggregate and Math functions Page 1
Transcript
Page 1: MDX Expressions - Pragmatic Works - Pragmatic Works

www.pragmaticworks.com

MDX ExpressionsThis cheat sheet will show you the most used MDX expressions which is a combination of identifiers, values, and operators that can be evaluated to get a result. The data can be used in different places when accessing or changing data.

Remember: In MDX, an expression can be simple or complex. The following are simple expressions: constant, scalar function and object identifier. A complex expression can be built from combinations of these entities joined by operators.

Basic Aggregate and Math functions

Page 1

Page 2: MDX Expressions - Pragmatic Works - Pragmatic Works

Basic Aggregate and Math functions

www.pragmaticworks.com

Page 2


Recommended