Download presentation
Presentation is loading. Please wait.
Published byGwendolyn Reed Modified over 9 years ago
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…
19
ClassPercentage A (few products)70% B (some products)20% C (many products)10% GRAND TOTAL100%
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
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
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.