Presentation is loading. Please wait.

Presentation is loading. Please wait.

Sales Dim Date Dim Customers Dim Products Dim Categories Dim Geography The data warehouse is a simple and standard one, after all we.

Similar presentations


Presentation on theme: "Sales Dim Date Dim Customers Dim Products Dim Categories Dim Geography The data warehouse is a simple and standard one, after all we."— Presentation transcript:

1

2

3

4

5

6

7

8

9

10

11 Sales Dim Date Dim Customers Dim Products Dim Categories Dim Geography The data warehouse is a simple and standard one, after all we will build everything in an hour…

12

13

14

15

16

17

18

19 ClassPercentage A (few products)70% B (some products)20% C (many products)10% GRAND TOTAL100%

20

21

22 SUM( Amount) GROUP BY Product INTO #temp UPDATE #temp SET Percentage = RunningTotal on Product Amount / SUM( Amount ) UPDATE product SET Class = A/B/C (from #temp) SQL

23 Process Sales cube MDX query on Sales cube to extract ABC Class UPDATE product SET Class = A/B/C from MDX query Requires ETL or Linked Server Process Product Dimension Update Sales aggregations (ABC flexible attribute) SQL OLAP OLAP OLAP

24

25

26

27

28

29 DBI-B225: Microsoft “Data Explorer” for Excel DBI-B315: Querying in DAX

30 http://microsoft.com/msdn www.microsoft.com/learning http://channel9.msdn.com/Events/TechEd http://microsoft.com/technet

31

32


Download ppt "Sales Dim Date Dim Customers Dim Products Dim Categories Dim Geography The data warehouse is a simple and standard one, after all we."

Similar presentations


Ads by Google