Details

Professional Microsoft SQL Server 2012 Analysis Services with MDX and DAX


Professional Microsoft SQL Server 2012 Analysis Services with MDX and DAX


1. Aufl.

von: Sivakumar Harinath, Ronald Pihlgren, Denny Guang-Yeu Lee, John Sirmon, Robert M. Bruckner

37,99 €

Verlag: Wiley
Format: PDF
Veröffentl.: 02.10.2012
ISBN/EAN: 9781118223437
Sprache: englisch
Anzahl Seiten: 1176

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<b>Understand Microsoft's dramatically updated new release of its premier toolset for business intelligence</b> <p> The first major update to Microsoft's state-of-the-art, complex toolset for business intelligence (BI) in years is now available and what better way to master it than with this detailed book from key members of the product's development team? If you're a database or data warehouse developer, this is the expert resource you need to build full-scale, multi-dimensional, database applications using Microsoft's new SQL Server 2012 Analysis Services and related tools.</p> <p> Discover how to solve real-world BI problems by leveraging a slew of powerful new Analysis Services features and capabilities. These include the new DAX language, which is a more user-friendly version of MDX; PowerPivot, a new tool for performing simplified analysis of data; BISM, Microsoft's new Business Intelligence Semantic Model; and much more.</p> <ul> <li>Serves as an authoritative guide to Microsoft's new SQL Server 2012 Analysis Services BI product and is written by key members of the Microsoft Analysis Services product development team </li> <li>Covers SQL Server 2012 Analysis Services, a major new release with a host of powerful new features and capabilities </li> <li>Topics include using the new DAX language, a simplified, more user-friendly version of MDX; PowerPivot, a new tool for performing simplified analysis of data; BISM, Microsoft's new Business Intelligence Semantic Model; and a new, yet-to-be-named BI reporting tool </li> <li>Explores real-world scenarios to help developers build comprehensive solutions </li> </ul> <p> Get thoroughly up to speed on this powerful new BI toolset with the timely and authoritative <i>Professional Microsoft SQL Server 2012 Analysis Services with MDX</i>.</p>
INTRODUCTION xxxv <p><b>PART I: INTRODUCTION</b></p> <p><b>CHAPTER 1: INTRODUCTION 3</b></p> <p>BISM Multidimensional Mode 4</p> <p>A Closer Look at Data Warehousing 5</p> <p>Key Elements of a Data Warehouse 8</p> <p>Fact Tables 8</p> <p>Dimension Tables 9</p> <p>Dimensions 10</p> <p>Cubes 11</p> <p>The Star Schema 12</p> <p>The Snowfl ake Schema 13</p> <p>Inmon Versus Kimball — Different Approaches 14</p> <p>Business Intelligence Is Data Analysis 15</p> <p>BISM Tabular Mode 15</p> <p>SQL Server Analysis Services 2012 17</p> <p>The Business Intelligence Semantic Model 18</p> <p>Data Model 19</p> <p>Query Language 20</p> <p>Data Access Technology 20</p> <p>Summary 21</p> <p><b>PART II: DESIGNING MULTIDIMENSIONAL BISM</b></p> <p><b>CHAPTER 2: A FIRST LOOK AT MULTIDIMENSIONAL BISM 25</b></p> <p>Development, Administrative, and Client Tools 26</p> <p>Upgrading to Analysis Services 2012 26</p> <p>Using SQL Server Data Tools to Build Analysis Services Multidimensional Applications 31</p> <p>Creating a Project Using SQL Server Data Tools 32</p> <p>The Solution Explorer 34</p> <p>The Properties Window 35</p> <p>The Output Window 35</p> <p>Creating an Analysis Services Database Using SQL Server Data Tools 35</p> <p>Creating a Data Source 36</p> <p>Creating a Data Source View (DSV) 40</p> <p>Creating a Cube Using the Cube Wizard 44</p> <p>Deploying and Browsing a Cube 53</p> <p>Using SQL Server Management Studio 56</p> <p>The Object Explorer Pane 59</p> <p>Querying Using the MDX Query Editor 61</p> <p>Summary 63</p> <p><b>CHAPTER 3: UNDERSTANDING MDX 65</b></p> <p>What Is MDX? 66</p> <p>MDX Concepts 66</p> <p>Measures and Measure Groups 66</p> <p>Hierarchies and Hierarchy Levels 67</p> <p>Members 68</p> <p>Cells 70</p> <p>Tuples 72</p> <p>Sets 72</p> <p>MDX Queries 73</p> <p>SELECT Statement and Axis Specification 74</p> <p>FROM Clause and Cube Specification 75</p> <p>Subselect Clauses 75</p> <p>WHERE Clause and Slicer Specification 76</p> <p>Slicer Dimension 76</p> <p>WITH Clause, Named Sets, and Calculated Members 77</p> <p>Named Sets 77</p> <p>Calculated Members 79</p> <p>Ranking and Sorting 81</p> <p>MDX Expressions 82</p> <p>MDX Operators 83</p> <p>Arithmetic Operators 83</p> <p>Set Operators 83</p> <p>Comparison Operators 84</p> <p>Logical Operators 84</p> <p>Special MDX Operators — Curly Braces, Commas, and Colons 84</p> <p>MDX Functions 85</p> <p>MDX Function Categories 85</p> <p>Set Functions 85</p> <p>Crossjoin 86</p> <p>NONEMPTYCROSSJOIN and NONEMPTY 86</p> <p>Filter and Having 87</p> <p>Member Functions 87</p> <p>Numeric Functions 88</p> <p>Dimension Functions, Level Functions, and Hierarchy Functions 89</p> <p>String Manipulation Functions 89</p> <p>Other Functions 89</p> <p>MDX Scripts 89</p> <p>MDX Script Execution 90</p> <p>CALCULATE Statement 90</p> <p>Cube Space 92</p> <p>AUTO EXISTS 93</p> <p>Cell Calculations and Assignments 94</p> <p>Recursion 97</p> <p>Freeze Statement 97</p> <p>Restricting Cube Space/Slicing Cube Data 98</p> <p>SCOPE Statement 98</p> <p>CREATE and DROP SUBCUBE 98</p> <p>Using EXISTS 99</p> <p>Using EXISTING 99</p> <p>Using SUBSELECT 100</p> <p>Parameterized MDX Queries 101</p> <p>MDX Comments 102</p> <p>Summary 102</p> <p><b>CHAPTER 4: DATA SOURCES AND DATA SOURCE VIEWS 103</b></p> <p>Data Sources 104</p> <p>Data Sources Supported by Analysis Services 105</p> <p>.NET Versus OLE DB Data Providers 109</p> <p>.NET Framework Data Providers 109</p> <p>OLE DB Data Providers 109</p> <p>The Trade-Off s 110</p> <p>Data Source Views 110</p> <p>DSV Wizard 111</p> <p>DSV Designer 111</p> <p>Adding/Removing Tables in a DSV 113</p> <p>Specifying Primary Keys and Relationships in the DSV 114</p> <p>Customizing Your Tables in the DSV Designer 115</p> <p>Data Source Views in Depth 119</p> <p>Diagrams 119</p> <p>Data Source View Properties 121</p> <p>Diff erent Layouts in DSVs 123</p> <p>Validating Your DSV and Initial Data Analysis 125</p> <p>Multiple Data Sources Within a DSV 126</p> <p>Summary 127</p> <p><b>CHAPTER 5: DIMENSION DESIGN 129</b></p> <p>Working with the Dimension Wizard 130</p> <p>Working with the Dimension Designer 136</p> <p>Attributes 137</p> <p>Attribute Relationships 139</p> <p>User Hierarchies 144</p> <p>Browsing the Dimension 148</p> <p>Sorting Members of a Level 157</p> <p>Optimizing Attributes 159</p> <p>Defining Translations in Dimensions 159</p> <p>Creating a Snowflake Dimension 162</p> <p>Creating a Time Dimension 165</p> <p>Creating a Parent-Child Hierarchy 168</p> <p>Summary 172</p> <p><b>CHAPTER 6: CUBE DESIGN 173</b></p> <p>The BISM Multidimensional Mode 173</p> <p>Creating a Cube Using the Cube Wizard 176</p> <p>Browsing Cubes 180</p> <p>Cube Dimensions 184</p> <p>Relationship Types 185</p> <p>No Relationship 185</p> <p>Regular Relationships 186</p> <p>Fact Relationships 186</p> <p>Many-to-Many Relationships 187</p> <p>Data Mining Relationships 187</p> <p>Referenced Relationships 187</p> <p>Browsing Reference Dimensions in Excel 190</p> <p>Measures and Measure Groups 192</p> <p>Calculated Members 198</p> <p>Calculated Measures 200</p> <p>Querying Calculated Measures 203</p> <p>Creating Perspectives 203</p> <p>Creating Translations 205</p> <p>Browsing Perspectives and Translations 206</p> <p>Summary 208</p> <p><b>CHAPTER 7: ADMINISTRATION AND MANAGEMENT 209</b></p> <p>Administration Using SQL Server 2012 Tools 210</p> <p>Managing Analysis Servers 210</p> <p>Managing Analysis Services Objects 214</p> <p>Database Creation 215</p> <p>Processing Analysis Services Database Objects 217</p> <p>Processing a Cube 221</p> <p>Processing a Dimension 226</p> <p>Managing Partitions 228</p> <p>Managing Assemblies 234</p> <p>Backup and Restore 237</p> <p>Detach and Attach 241</p> <p>Synchronization 244</p> <p>Managing Security 249</p> <p>Server and Database Roles 249</p> <p>Enabling or Disabling Features 249</p> <p>Online Mode 250</p> <p>Programmatic and Advanced Administration 253</p> <p>Analysis Management Objects (AMO) 253</p> <p>Processing Analysis Services Databases 253</p> <p>Back Up and Restore 258</p> <p>Adding Assemblies to Analysis Services 259</p> <p>PowerShell and Analysis Services 261</p> <p>Resource and Activity Monitoring 261</p> <p>HTTP Connectivity to Analysis Services 264</p> <p>Analysis Services and FailOver Clustering 265</p> <p>Summary 265</p> <p><b>PART III: ADVANCED TOPICS IN BISM</b></p> <p><b>CHAPTER 8: ADVANCED DIMENSION DESIGN 269</b></p> <p>Custom Rollups 270</p> <p>Enhancements to Parent-Child Hierarchies 280</p> <p>Unary Operators 280</p> <p>Specifying Names of Levels in a Parent-Child Hierarchy 286</p> <p>Using Properties to Customize Dimensions 288</p> <p>Ordering Dimension Members 289</p> <p>The All Member, Default Member, and Unknown Member 289</p> <p>Error Confi gurations for Processing 292</p> <p>Storage Mode 293</p> <p>Grouping Members 294</p> <p>Dimension Intelligence Using the Business Intelligence Wizard 295</p> <p>Account Intelligence 295</p> <p>Time Intelligence 301</p> <p>Dimension Intelligence 305</p> <p>Server Time Dimension 307</p> <p>Dimension Writeback 311</p> <p>Summary 314</p> <p><b>CHAPTER 9: ADVANCED CUBE DESIGN 315</b></p> <p>Measure Groups and Measures 316</p> <p>Adding and Enhancing Dimensions 321</p> <p>Fact Dimensions 322</p> <p>Many-to-Many Dimensions 323</p> <p>Data Mining Dimensions 325</p> <p>Role-Playing Dimensions 328</p> <p>Adding Calculations to Your Cube 329</p> <p>Key Performance Indicators (KPIs) 337</p> <p>KPI Creation 337</p> <p>KPIs in Depth 344</p> <p>Using ADOMD.NET to Query KPIs 345</p> <p>Drillthrough 347</p> <p>Actions 348</p> <p>Action Types 348</p> <p>Action Target Types 348</p> <p>URL Action 349</p> <p>Browse URL Action in the Cube Browser 353</p> <p>Report Actions 354</p> <p>Drillthrough Action 356</p> <p>Adding Intelligence to the Cube 362</p> <p>Semiadditive Measures 363</p> <p>Currency Conversion 365</p> <p>Working with Partitions 371</p> <p>Building a Local Partition 373</p> <p>Building a Remote Partition 375</p> <p>Storage Modes and Storage Settings 384</p> <p>Building Aggregations 386</p> <p>The Aggregation Design Process 389</p> <p>Usage-Based Optimization 392</p> <p>Real-Time Cubes 393</p> <p>Long Latency Scenario 393</p> <p>Caching After Data Change 394</p> <p>Caching Using Timed Updates 396</p> <p>Average Latency Scenario 397</p> <p>Caching with MOLAP Storage Option 397</p> <p>No Latency Scenario 401</p> <p>Real-Time ROLAP Storage Option 402</p> <p>Defining Security 403</p> <p>Cell Writeback 407</p> <p>Cell Writeback Prerequisites 408</p> <p>Writeback Statement 409</p> <p>Update Nonleaf Cell Value Using Allocation 411</p> <p>Equal Allocation 411</p> <p>Weighted Allocation 412</p> <p>Incremental Allocation 413</p> <p>Cautions 413</p> <p>AMO Warnings 414</p> <p>Design Experience 415</p> <p>Dismissing Warnings 415</p> <p>Warnings Designer 416</p> <p>Summary 418</p> <p><b>CHAPTER 10: DESIGNING MULITDIMENSIONAL BISM FOR PERFORMANCE 419</b></p> <p>Optimizing Multidimensional BISM Design 422</p> <p>Fine-Tuning Your Dimensions 422</p> <p>Choosing the Right Key Attribute 422</p> <p>Avoiding Unnecessary Attributes 423</p> <p>Turning Off Optimization for Rarely Used Attributes 424</p> <p>Turning Off Attribute Hierarchy for Member Properties 425</p> <p>Defining Relationships between Attributes 425</p> <p>Fine-Tuning Your Cube 427</p> <p>Fact Table Í Measure Groups or Partitions 427</p> <p>Optimizing Reference Dimensions 429</p> <p>Many-to-Many Dimensions 429</p> <p>Partitions 430</p> <p>Merging Partitions 431</p> <p>Partition Slices 434</p> <p>Partition Slices and ROLAP 434</p> <p>A Partition Slice Example 435</p> <p>Distinct Count Partitioning 437</p> <p>Optimizing for Processing 439</p> <p>Creating Partitions to Speed Up Processing 441</p> <p>Choosing Small and Appropriate Data Types and Sizes 441</p> <p>SQL Server and Analysis Services Installations 442</p> <p>Optimizing a Relational Data Source 442</p> <p>Avoiding Excessive Aggregation Design 443</p> <p>Using Incremental Processing When Appropriate 443</p> <p>Parallelism during Processing 445</p> <p>Identifying Resource Bottlenecks 449</p> <p>Designing Aggregations 450</p> <p>Understanding Aggregations 451</p> <p>Creating Aggregations 453</p> <p>Applying Aggregation Design 459</p> <p>Usage-Based Aggregation Design 462</p> <p>Aggregation Design Options 468</p> <p>Designing Efficient Aggregations Using Hints 468</p> <p>Relationships between Attributes 468</p> <p>Properties Controlling Attributes and Aggregation Design 471</p> <p>Managing Aggregation Designs 474</p> <p>Scalability Optimizations 475</p> <p>Configuring Server Configuration Properties 476</p> <p>Scaling Out 477</p> <p>Scaling Up 477</p> <p>Handling Large Dimensions 478</p> <p>Summary 478</p> <p><b>CHAPTER 11: OPTIMIZING QUERY PERFORMANCE 479</b></p> <p>How OLAP Enhances Performance 480</p> <p>The Calculation Model 480</p> <p>MDX Scripts 481</p> <p>Scope and Assignments 483</p> <p>Dimension Attribute Calculations 483</p> <p>Session and Query Calculations 484</p> <p>Query Execution Architecture 485</p> <p>Analysis Services Engine Components 485</p> <p>Stages of Query Execution 486</p> <p>Query Evaluation Modes 487</p> <p>Cell-by-Cell Mode 487</p> <p>Subspace Computation 489</p> <p>Performance Analysis and Tuning Tools 492</p> <p>SQL Server Profi ler 492</p> <p>Analysis Services Trace Events 497</p> <p>Performance Monitor 498</p> <p>Task Manager 501</p> <p>SQL Server Management Studio 502</p> <p>SQL Server Data Tools 502</p> <p>Server Properties 502</p> <p>Analyzing Query Performance Issues 503</p> <p>Understanding FE and SE Characteristics 504</p> <p>Common Solutions for Slow Queries 504</p> <p>Large Storage Engine Requests 504</p> <p>Several Storage Engine Requests 505</p> <p>Formula Engine-Intensive Query 505</p> <p>Query Optimization Techniques 505</p> <p>Using NON EMPTY on Axes 506</p> <p>Using Non Empty for Filtering and Sorting 508</p> <p>Using SCOPE Versus IIF and CASE 509</p> <p>Auto Exists Versus Properties 509</p> <p>Member Value Versus Properties 509</p> <p>Move Simple Calculations to Data Source View 510</p> <p>Features Versus MDX Scripts 510</p> <p>Scale Out with Read-Only Database 510</p> <p>Writeback Query Performance 512</p> <p>Summary 512</p> <p><b>CHAPTER 12: DATA MINING, MULTIDIMENSIONAL BISM, AND DATA MINING ADD-INS FOR OFFICE 2010 513</b></p> <p>The Data Mining Process 514</p> <p>Topic Area Understanding 515</p> <p>Data: Understand It, Configure It 516</p> <p>Choose the Right Algorithm 517</p> <p>Train, Analyze, and Predict 517</p> <p>Real-World Applications 518</p> <p>Fraud Detection 518</p> <p>Increasing Profi ts in Retail 519</p> <p>Data Mining in the NBA 519</p> <p>Data Mining in Call Centers 519</p> <p>Data Mining Algorithms in SQL Server Analysis Services 2012 520</p> <p>Microsoft Decision Trees 521</p> <p>Microsoft Naïve Bayes 521</p> <p>Microsoft Clustering 522</p> <p>Microsoft Sequence Clustering 522</p> <p>Microsoft Association Rules 522</p> <p>Microsoft Neural Network 522</p> <p>Microsoft Time Series 523</p> <p>Microsoft Linear Regression 523</p> <p>Microsoft Logistic Regression 523</p> <p>Working with Mining Models 524</p> <p>Relational Mining Model 524</p> <p>OLAP Mining Models 548</p> <p>Analyzing the Cube with a Data Mining Dimension 555</p> <p>Using Data Mining with Office 2010 557</p> <p>Table Analytics 558</p> <p>Analyze Key Influencers 559</p> <p>Detect Categories 562</p> <p>Fill from Example 565</p> <p>Forecast 566</p> <p>Highlight Exceptions 568</p> <p>Shopping Basket Analysis 569</p> <p>Scenario Analysis 571</p> <p>Data Mining Tools 571</p> <p>Explore Data Wizard 572</p> <p>Clean Data: Outliers and Re-label Wizards 574</p> <p>Sample Data Wizard 576</p> <p>Classification Model 577</p> <p>Model Accuracy 579</p> <p>Classification Matrix 582</p> <p>Visio Add-in 584</p> <p>The Decision Tree Shape 584</p> <p>The Cluster Shape Wizard 588</p> <p>The Dependency Shape Wizard 592</p> <p>Summary 594</p> <p><b>CHAPTER 13: SQL INTEGRATION SERVICES AND SQL SERVER REPORTING SERVICES WITH MULTIDIMENSIONAL</b></p> <p>BISM MODELS 597</p> <p>SQL Server Integration Services 599</p> <p>Creating an Integration Services Project 599</p> <p>Creating Integration Services Packages for Analysis Services Operations 600</p> <p>The Execute DDL Task 601</p> <p>Processing an Analysis Services Object 611</p> <p>Loading Data into an Analysis Services Partition 613</p> <p>Deploying the Integration Services Project 622</p> <p>Integration Services Tasks for Data Mining 626</p> <p>Automating Execution of SSIS Packages 627</p> <p>Monitoring SSIS Package Executions 634</p> <p>SQL Server Reporting Services 635</p> <p>Report Designer, Report Builder 635</p> <p>Report Defi nition Language 636</p> <p>Report Wizard 636</p> <p>Report Server 636</p> <p>Creating a Report on a Relational Database 637</p> <p>Connecting and Deploying to a Report Server 644</p> <p>Creating a Report on a Multidimensional Model 648</p> <p>Designing Your Analysis Services Report 649</p> <p>Enhancing Your Analysis Services Report 654</p> <p>Enhancing Your Report Using Extended Properties 662</p> <p>Custom Aggregates 665</p> <p>Summary 669</p> <p><b>CHAPTER 14: SECURING MULTIDIMENSIONAL BISM 671</b></p> <p>Securing Your Source Data 672</p> <p>Securing Your Dimension Data 674</p> <p>A Scenario Using Dimension Security 674</p> <p>The User-Role Approach 682</p> <p>The Access-Role Approach 697</p> <p>The Member Property Approach 698</p> <p>The Security Measure Group Approach 700</p> <p>The External Function Approach 703</p> <p>Securing Your Cube Data 705</p> <p>Scenario Using Cell Security 706</p> <p>Summary 715</p> <p><b>PART IV: POWERPIVOT AND TABULAR BISM</b></p> <p><b>CHAPTER 15: SELF-SERVICE BUSINESS INTELLIGENCE AND INTRODUCTION TO POWERPIVOT 719</b></p> <p>SQL Server 2012 720</p> <p>Self-Service Business Intelligence 721</p> <p>PowerPivot: Microsoft’s Implementation of SSBI 722</p> <p>PowerPivot Applications 722</p> <p>PowerPivot for Excel 723</p> <p>PowerPivot for SharePoint 732</p> <p>The Analysis Services Engine in VertiPaq Mode 736</p> <p>Summary 739</p> <p><b>CHAPTER 16: A FIRST LOOK AT TABULAR BISM 741</b></p> <p>Tabular Mode Projects in SSDT 742</p> <p>Setting Up a Tabular Instance of Analysis Services 2012 742</p> <p>Creating a Tabular Project Using SQL Server Data Tools 743</p> <p>Workspace Server and Deployment Server 744</p> <p>Importing Data 746</p> <p>The Tabular Designer 748</p> <p>The Model Menu 750</p> <p>Working with Tables in the Designer 752</p> <p>Working with Columns in the Designer 756</p> <p>Relationships 759</p> <p>Adding Calculations to Your Tabular Model 761</p> <p>Calculated Columns 761</p> <p>Measures 762</p> <p>Browsing the Model 765</p> <p>Modeling and Deploying 767</p> <p>Administering Your Tabular Model Using SSMS 769</p> <p>Summary 772</p> <p><b>CHAPTER 17: ENHANCING YOUR TABULAR BISM 773</b></p> <p>Sourcing Data for Your Model 773</p> <p>Refining Your Tabular Model 774</p> <p>Changing the Model 774</p> <p>Adding a New Table 774</p> <p>Modifying an Existing Table 775</p> <p>Hiding and Deleting Tables, Columns, and Measures 776</p> <p>Creating a Date Table 777</p> <p>Creating and Managing Relationships 777</p> <p>Column Operations 777</p> <p>Filtering and Sorting 777</p> <p>Configuring for PowerPivot and Power View 779</p> <p>Enhancing Your Model with Hierarchies 779</p> <p>Creating a Date Hierarchy 780</p> <p>Making Use of Time Intelligence Functions 783</p> <p>Creating a Geography Hierarchy 785</p> <p>Creating a Product Hierarchy by Combining Columns from Different Tables 786</p> <p>Creating Parent/Child Hierarchies 788</p> <p>Enhancing Measures 788</p> <p>Building Explicit Measures with DAX 788</p> <p>Implicit Measures 790</p> <p>Change Measure Properties 792</p> <p>Mimicking the Multidimensional Model 792</p> <p>Building Semi-Additive Measures 794</p> <p>Creating KPIs 794</p> <p>Creating Perspectives 798</p> <p>Creating Partitions 800</p> <p>DirectQuery Partitions 804</p> <p>Processing a Tabular Database 808</p> <p>Creating and Applying Security Roles 809</p> <p>Understanding Security Roles 809</p> <p>Row Filters 810</p> <p>Summary 812</p> <p><b>CHAPTER 18: INTRODUCTION TO DAX 813</b></p> <p>Sample Data 814</p> <p>DAX Fundamental Concepts 815</p> <p>DAX Syntax 815</p> <p>DAX Data Types 816</p> <p>Calculated Columns and Measures 816</p> <p>Row Context and Filter Context 816</p> <p>DAX Operators and Blank Values 820</p> <p>DAX Function Categories with Examples 821</p> <p>Scalar DAX Functions 822</p> <p>Statistical DAX Functions 829</p> <p>Other DAX Functions 835</p> <p>RELATED and RELATEDTABLE 838</p> <p>LOOKUPVALUE 839</p> <p>EARLIER and EARLIEST 840</p> <p>VALUES and DISTINCT 840</p> <p>FILTER 841</p> <p>CALCULATE, ALL, and ALLSELECTED 842</p> <p>Time Intelligence Functions 846</p> <p>Context Information Functions 852</p> <p>DAX as a Query Language 853</p> <p>DAX and MDX 864</p> <p>Summary 865</p> <p><b>CHAPTER 19: ADVANCED TOPICS IN DAX 867</b></p> <p>Parent-Child Hierarchies 868</p> <p>Cross-Filtering with Many-to-Many Relationships 876</p> <p>Filtering 877</p> <p>Cross-Filtering 877</p> <p>Cross-Filtering with DAX 878</p> <p>Multiple Relationships Between Tables 887</p> <p>Multiple Instances of the Table 888</p> <p>Multiple Relationships Between Two Tables 891</p> <p>Time-Based Analysis 895</p> <p>Moving Average 895</p> <p>Opening and Closing Balance 900</p> <p>Non-Aggregatable Columns 904</p> <p>Summary 905</p> <p><b>CHAPTER 20: ANALYZING MULTIDIMENSIONAL AND TABULAR BISMS IN EXCEL 907</b></p> <p>Analyzing Data in Excel 2010 908</p> <p>Analyzing Data Using Pivot Tables 908</p> <p>Creating a Pivot Table from a Tabular Model Using Analysis Services Data 909</p> <p>Creating a Pivot Table from a Multidimensional Model 912</p> <p>Updating SSAS Connection Information 913</p> <p>Analyzing Data in Pivot Tables 914</p> <p>Filtering in Pivot Tables 921</p> <p>Drilling Down to Detailed Data 925</p> <p>Analyzing Multiple Measures 929</p> <p>Custom Grouping 930</p> <p>Organizing Attributes in the PivotTable Field List 935</p> <p>Number Formatting 936</p> <p>Highlighting Exceptions 937</p> <p>Viewing Member Properties 939</p> <p>Sorting Data 941</p> <p>Filtering Data 942</p> <p>Style and Design 948</p> <p>Excel 2010 Conditional Formatting 949</p> <p>Perspectives and Translations 950</p> <p>Key Performance Indicators 954</p> <p>Named Sets 956</p> <p>Sheet Data Reports 956</p> <p>Cube Functions in Excel 2010 960</p> <p>Pivot Charts 962</p> <p>Local Cubes 963</p> <p>Excel Services 966</p> <p>Summary 967</p> <p><b>CHAPTER 21: POWERPIVOT FOR SHAREPOINT 969</b></p> <p>SharePoint 2010 970</p> <p>Excel Services 970</p> <p>Comparing Excel and Excel Services 970</p> <p>Excel Services and PowerPivot 971</p> <p>Key Servers in PowerPivot for SharePoint 973</p> <p>SharePoint Web Front End (WFE) 973</p> <p>SharePoint Application Servers (App Servers) 974</p> <p>SharePoint Content Databases (Content dBs) 974</p> <p>Key Services in PowerPivot for SharePoint 975</p> <p>Analysis Services Engine Service 975</p> <p>PowerPivot Mid-Tier Service 978</p> <p>Connectivity 978</p> <p>Data Refresh 978</p> <p>Services Architecture Workfl ow Scenarios 980</p> <p>Excel Client Upload to SharePoint 980</p> <p>Excel Services Rendering 980</p> <p>Excel Services Server Action 981</p> <p>What’s New 983</p> <p>New Administrative Capabilities 983</p> <p>Setup Improvements 983</p> <p>PowerPivot for SharePoint 984</p> <p>Installation and Configuration 984</p> <p>New Server Installation 984</p> <p>Existing Farm Installation 985</p> <p>Scale Out Implementations 985</p> <p>Scale Out SQL 985</p> <p>Homogeneous Scale Out 986</p> <p>Heterogeneous Scale Out 986</p> <p>Verifying Your PowerPivot for SharePoint Setup 986</p> <p>Publishing Your Excel Workbooks 986</p> <p>Viewing Workbooks in PowerPivot Gallery 988</p> <p>Viewing Workbooks in Excel Services 991</p> <p>Optional Setup Steps 991</p> <p>Configuring File Size Limits 991</p> <p>Turning Off the External Data Warning on Data Refresh 993</p> <p>Integrating Reporting Services 994</p> <p>BI Appliances 994</p> <p>Summary 995</p> <p><b>PART V: ADVANCED TOPICS WITH TABULAR BISM AND INTEGRATION WITH POWER VIEW</b></p> <p><b>CHAPTER 22: INTRODUCTION AND CONFIGURATION OF POWER VIEW 999</b></p> <p>Reporting Services Power View 999</p> <p>Power View 1000</p> <p>Reporting Services 1001</p> <p>Reporting Services Add-in 1001</p> <p>Reporting Services Service Application 1002</p> <p>PowerPivot for SharePoint 1002</p> <p>Installing Reporting Services for SharePoint 1002</p> <p>SharePoint Site Settings 1010</p> <p>Preparing Model Connection for Power View Tutorial 1012</p> <p>Deploying the FAA Flight Data Model 1012</p> <p>Creating SharePoint Image Library for FAA Airline Images 1014</p> <p>Publishing FAA Workbook Directly to PowerPivot Gallery 1014</p> <p>Creating Data Source Connections for Power View 1016</p> <p>BI Semantic Model (BISM) Connection File 1016</p> <p>Report Data Source (RSDS) Connection 1017</p> <p>Configuring Data Source Connections 1018</p> <p>Connecting to PowerPivot Workbooks 1020</p> <p>Connecting to a BISM Connection File 1021</p> <p>Connecting to an RSDS 1022</p> <p>Authentication Scenarios 1023</p> <p>Comparison and Trade-offs 1025</p> <p>Kerberos Delegation with BISM or RSDS 1025</p> <p>BISM Connection and RS Service Account 1025</p> <p>RSDS and Stored Windows Credentials 1026</p> <p>RSDS with Impersonation and Eff ectiveUser 1028</p> <p>Summary 1030</p> <p>Resources 1030</p> <p><b>CHAPTER 23: VISUAL ANALYTICS WITH POWER VIEW 1031</b></p> <p>Introduction to Power View 1031</p> <p>Visual Analytics with Power View 1036</p> <p>Getting Started with Power View 1036</p> <p>Creating a New Power View Report 1036</p> <p>Opening an Existing Power View Report 1037</p> <p>Introduction to the Power View Design Experience 1038</p> <p>Creating a Table Visualization 1039</p> <p>Converting Visualizations 1041</p> <p>Sorting Inside Charts 1042</p> <p>Expanding Visualizations 1043</p> <p>Filtering in Views 1044</p> <p>Multiple Views 1047</p> <p>Saving Reports 1051</p> <p>Permissions for Power View 1053</p> <p>Visualizations and Interactivity 1053</p> <p>Tile Visualizations 1054</p> <p>Highlighting in Visualizations 1057</p> <p>Matrix 1058</p> <p>Slicers 1059</p> <p>Filters 1060</p> <p>Card, Callout Views 1061</p> <p>Zooming in Charts 1063</p> <p>Scatter and Bubble 1064</p> <p>Animated Timeline Charts 1065</p> <p>Refreshing Data in a Power View Report 1068</p> <p>Presenting and Exporting in Power View 1069</p> <p>Reading and Presentation Mode 1069</p> <p>Printing Views 1071</p> <p>PowerPoint Export and Interactivity 1071</p> <p>Tips and Tricks for Power View 1074</p> <p>Summary 1076</p> <p>Resources 1076</p> <p>INDEX 1077</p>
<p><b>Sivakumar Harinath</b> is a senior program manager with the SQL Server Analysis Services team.</p> <p><b>Ronald Pihlgren</b> is a senior tester with the SQL Server Analysis Services team.</p> <p><b>Denny Guang-Yeu Lee</b> is a principal program manager with the SQL Customer Advisory Team.</p> <p><b>John Sirmon</b> is a senior program manager with the SQL Server Customer Advisory Team at Microsoft.</p> <p><b>Robert M. Bruckner</b> is a principal architect with the SQL Server Reporting Services team.</p>
<p><b>Get up to speed on the premier business intelligence toolset</b></p> <p>SQL Server 2012 is packed with powerful new Analysis Services features that will dramatically enhance business intelligence. Written by key members of Microsoft's product team, this book shows you how to apply these new capabilities to create sophisticated BI solutions. In order to accomplish this, you'll learn how to design, build, and work with the multidimensional and tabular Business Intelligence Semantic Model (BISM) using SQL Server Analysis Services. You'll then use MDX and DAX to query those databases so you can provide advanced analysis of business problems and build end-to-end solutions to meet your needs.</p> <p><i>Professional Microsoft SQL Server 2012 Analysis Services with MDX and DAX:</i></p> <ul> <li>Shows how to utilize SQL Server Data Tools to build Analysis Services multidimensional and tabular databases</li> <li>Shares fundamental concepts of DAX and MDX and dives into advanced concepts such as parent-child hierarchies and time-based analysis</li> <li>Demonstrates methods for analyzing and optimizing DAX and MDX query performance</li> <li>Describes how to use Excel 2010 in conjunction with Analysis Services to analyze data and effectively use PowerPivot® for SharePoint®</li> <li>Explains Power View setup and configuration and presents real-world scenarios to help simplify reporting</li> </ul> <p><b>Wrox Professional guides</b> are written by working developers to address everyday needs. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.</p> <p><b>wrox.com</b></p> <p><b>Programmer Forums</b></p> <p><b>Join our Programmer to Programmer forums to ask and answer programming questions about this book, join discussions on the hottest topics in the industry, and connect with fellow programmers from around the world.</b></p> <p><b>Code Downloads</b></p> <p>Take advantage of free code samples from this book, as well as code samples from hundreds of other books, all ready to use.</p> <p><b>Read More</b></p> <p>Find articles, ebooks, sample chapters, and tables of contents for hundreds of books, and more reference resources on programming topics that matter to you.</p>

Diese Produkte könnten Sie auch interessieren:

The CISO Evolution
The CISO Evolution
von: Matthew K. Sharp, Kyriakos Lambros
PDF ebook
33,99 €
Data Mining and Machine Learning Applications
Data Mining and Machine Learning Applications
von: Rohit Raja, Kapil Kumar Nagwanshi, Sandeep Kumar, K. Ramya Laxmi
EPUB ebook
190,99 €