
Explore the difference between OLTP and OLAP, define data warehouse concepts, and learn ETL with SSIS to load fact and dimension tables, enabling MDX-based reporting.
According to our opinion , Udemy asks feedback very early . I request you to please go through the course completely or at least to a good extent before providing any review.I believe giving review so early is not the good justice to the course.
You can click on review later if feedback popup appears
Learn to create a cube from the Adventureworks data warehouse in SQL Server Analysis Services, configuring data source, data source view, and cube structure, then deploy and process with authentication.
Create a cube from three tables in a data warehouse by configuring a data source, data source view, and cube in SQL Server Analysis Services, deploy and analyze with Excel.
In this video lesson i have explained what is Hierarchy, how to create hierarchy and what is the purpose of Hierarchy
In this video you will learn terminologies used in MDX such as
Dimension, Attribute or Attribute Hierarchy , User Defined Attribute Hierarchy, Members ,Children,Level,Measure Group and Measure.
I will also write first MDX command in this video
In this video you will learn how to modify an existing cube which means how you will be going to add Measures and Dimensions into an existing cube.
Shows how to create the Adventureworks data warehouse in SQL Server, attach the Adventureworks 2012 MDF, and deploy the OLAP project with SQL Server Data Tools for lab exercises.
Explain the difference between sets and tuples in MDX, using curly braces for sets and round brackets for tuples, and show how unions and cross joins apply to attribute members.
Explore advanced MDX concepts using sets and tuples to combine measures like sales amount with calendar year, handle nulls with non empty, and distinguish cross join from union.
Learn how to represent members as key or name in MDX, using the ampersand to toggle representations, with Australia as a key and Germany in a set.
Explore MDX operators for sales territory analysis by selecting Australia and Germany, using in and range operators, not in with minus signs, and combining results with sets and unions.
Explore the MDX having and where clauses to filter data. Learn that where filters the cube before the result set, while having filters the result set after its creation.
Explore using the where condition as an axis in MDX to filter sales by year (2007) and by country, and use non-empty to prune nulls.
Learn to use the filter condition to restrict cube data, compare it with the having condition introduced in 2005, and write predicates with sets, current member checks, and in-string tests.
Create a calculated member for profit in a SSAS cube using MDX (sales amount minus total product cost), format currency, and add profit percentage via division and non empty behavior.
Learn to create named sets in MDX as aliases to expressions, calculated members, using SQL Server data tools to define and deploy them, with query scoped and session scoped examples.
Explore sorting a country set by sales amount within a cube using MDX order, then return the top five via head or top count, and save as a named set.
Explore the mdx sum function, its syntax with a set expression and optional numeric expression, and learn how to compute total sales and percentage contributions using calculated members.
Copy the calculated member expression to SQL Server Data Tools, name it dimsdale's territory sales territory country total sales Australia and Canada, apply euro format, and deploy the demo cube.
Demonstrate validating a calculated member in a demo cube by comparing all members, including calculated ones, and confirming total sales for Australia and Canada.
Explore static and dynamic named sets, including query-scoped and session-scoped variants, to produce top five products by internet sales and observe caching effects.
The full form of MDX is Multi Dimensional eXpression. This is used to query OLAP cube. It means you can select or retrieve the data from OLAP cube using MDX . In this course i have used SQL Server Analysis Services technology to fetch the data using MDX queries.
To make it more clear i can say , we write SQL commands to select the data from the database . In the same way we write MDX queries to select the data from OLAP cube.
In this online MDX Training video Course, following are the course contents which are covered
•Structure of the cube
•How MDX Queries Fetch the data from the cube
•How to create a basic cube
•What is the purpose of Hierarchy
•How to create hierarchies
•How to modify the existing cube
•Terminologies - Children,Member and Level
•Set - { }
•Tuple - ( )
•Default measure
•Filter condition
•Having condition
•Where condition
•Difference between where and having condition in MDX
•Calculated Member
•Named set
Orderset - One example of named set
The result of a Tuple will return a Set
Decide when to create named set and calculated member
•Query scoped and Session scoped Calculated Member
•Query scoped and Session scoped Namedset
Allmembers
Static and Dynamic Named Set
In this MDX video tutorial ,quiz, lab exercises and demonstration exercises are also included. With all these practice activities participant will feel more confident and will be able to write basic MDX scripts by himself or herself. If participant is working in a company where MDX scripts are prewritten then participants will be able to understand those scripts after learning this course.
But i will not stop only to this course , very soon i will release MDX Part 2 which will have advanced MDX queries and functions . After that course participant will be able to write complex MDX commands and feel more confident in writing MDX commands.