MDX Overview
This article introduces Multidimensional Expressions (MDX) and explains some of the concepts behind its structure and syntax.
Introduction to MDX
MDX, an acronym for Multidimensional Expressions, is a syntax that supports the definition and manipulation of multidimensional objects and data. MDX is similar in many ways to the Structured Query Language (SQL) syntax, but is not an extension of the SQL language; in fact, some of the functionality that is supplied by MDX can be supplied, although not as efficiently or intuitively, by SQL.
As with an SQL query, each MDX query requires a data request (the SELECT clause), a starting point (the FROM clause), and a filter (the WHERE clause). These and other keywords provide the tools used to extract specific portions of data from a cube for analysis. MDX also supplies a robust set of functions for the manipulation of retrieved data, as well as the ability to extend MDX with user-defined functions.
MDX, like SQL, provides data definition language (DDL) syntax for managing data structures. There are MDX commands for creating (and deleting) cubes, dimensions, measures, and their subordinate objects.
Key Concept and Dimensions are continued in the next post
Friday, September 14, 2007
Subscribe to:
Post Comments (Atom)
Call Data bricks Job Using REST API
Below power shell will help to call Data bricks Job with parameter [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]...
-
Requirement: I have many HDI Clusters (Spark, LLAP) and i want to create a ranger policy automatically whenever any n...
-
Problem Statement : Team decided to maintain a common metastore database for all the source deployed in Azure Data Lake. Since the dat...
-
Requirement : Need to built an end to end pipeline to capture the changes in source system and replicate the data changes in real time t...
No comments:
Post a Comment