Tasting the Flavors of Analysis Services 2012

Size: px
Start display at page:

Download "Tasting the Flavors of Analysis Services 2012"

Transcription

1 Tasting the Flavors of Analysis Services 2012 Building up the foundation for Enterprise Analytics Alan Koo PRPASS Co-Founder & President Senior Consultant Nagnoi, Inc. Blog:

2 Complete the Evaluation Form to Win! Win a book just for submitting your completed form. Each session evaluation form represents a chance to win. Pick up your evaluation form: In each presentation room Drop off your completed form: Near the exit of each presentation room

3 Who am I? Co-Founder of Puerto Rico PASS Senior Consultant at Nagnoi, Inc. 12+ years on SQL Server 7+ years on BI & OLAP Former Microsoft MVP ( ) Blogger: Tasting the Flavors of SSAS 2012 SQL Saturday Puerto Rico Alan Koo

4 What will we be covering today? Flavors of Analysis Services 2012 The BI Semantic Model Multidimensional vs Tabular Scenarios Thoughts Tasting the Flavors of SSAS 2012 SQL Saturday Puerto Rico Alan Koo

5 Analysis Services 2012 Flavors Personal BI: PowerPivot for Excel 2010 Team BI: PowerPivot for Sharepoint Corporate BI (SSDT): Analysis Services 2012 Tabular Analysis Services 2012 Multidimensional Tasting the Flavors of SSAS 2012 SQL Saturday Puerto Rico Alan Koo

6 BI Semantic Model: The Analysis Services 2012 Foundation One Model for all End User Experiences Client Tools Analytics, Reports, Scorecards, Dashboards, Custom Apps BI Semantic Model Personal BI PowerPivot for Excel Team BI PowerPivot for SharePoint Organizational BI Analysis Services Data Sources Databases, LOB Applications, OData Feeds, Spreadsheets, Text Files Tasting the Flavors of SSAS 2012 SQL Saturday Puerto Rico Alan Koo

7 BI Semantic Model: The Analysis Services 2012 Foundation From Personal to Corporate BI Tasting the Flavors of SSAS 2012 SQL Saturday Puerto Rico Alan Koo

8 BI Semantic Model: Architecture Third-party applications Report View Reporting Services Excel PowerPivot SharePoint Insights Databases LOB Applications Files OData Feeds Cloud Services Tasting the Flavors of SSAS 2012 SQL Saturday Puerto Rico Alan Koo

9 demo

10 Multidimensional vs Tabular BISM Multidimensional (OLAP) Disc based Engine Dimensional Modeling Facts, Dimensions, Cubes Complex Relationships support Compression 3x Less memory than Tabular Support very large amounts of data (TB) MDX Script Powerful, complex BISM Tabular (PowerPivot) (xvelocity) In-Memory Engine Relational Modeling Tables Basic Relationships (1:N) Compression 10x or much more! More memory requirements Data size supports depends on available memory (GB?) DAX Calculated Columns Measures Tasting the Flavors of SSAS 2012 SQL Saturday Puerto Rico Alan Koo

11 BISM Decision Matrix Feature or Business Need PowerPivot for Excel PowerPivot for SharePoint Analysis Services Tabular Ability to use Power View No Yes (because it uses DAX) Yes (because it uses DAX) No (yet?) Analysis Services Multidimensional Type of Database Engines Size of Dataset Ability to Pass Through Query to Underlying Data Source Many-to-Many Relationships Supported Writeback Supported Upgrade / Maturity Path xvelocity (all data is highly compressed & fits into memory) File size: 2gb limit (after compression) Memory limit: 2gb (32-bit) or 4gb (64-bit) xvelocity (all data is highly compressed & fits into memory) File size: 2gb limit (after compression) (SharePoint size limitation) xvelocity (all data is highly compressed) Large (can partition; can use DirectQuery) OLAP Extremely Large (can partition; can use MOLAP & ROLAP) No No Yes (DirectQuery) Yes (DirectQuery) Yes (created via DAX, not built into the model directly) No (xvelocity structure is read only) To PowerPivot for SharePoint Yes (created via DAX, not built into the model directly) No (xvelocity structure is read only) To Analysis Services Tabular Yes (created via DAX, not built into the model directly) No (xvelocity structure is read only) N/A (not currently able to be upgraded into a Multidimensional model) Yes (built in the model) Yes N/A Tasting the Flavors of SSAS 2012 SQL Saturday Puerto Rico Alan Koo

12 BISM Model Features (1/2) Multidimensional Tabular PowerPivot Actions Yes No No Aggregations Yes No Yes Calculated Measures Yes Yes Yes Custom Assemblies Yes No No Custom Rollups Yes No No Distinct Count Yes Yes (via DAX) Yes (via DAX) Drillthrough Yes Yes Yes (detail opens in separate worksheet) Hierarchies Yes Yes Yes KPIs Yes Yes Yes Linked objects Yes No Yes (linked tables) Tasting the Flavors of SSAS 2012 SQL Saturday Puerto Rico Alan Koo

13 BISM Model Features (1/2) Multidimensional Tabular PowerPivot Many-to-many relationships Yes No No Partitions Yes Yes No Perspectives Yes Yes Yes Semi-additive Measures Yes Yes Yes Translations Yes No No User-defined Hierarchies Yes Yes Yes Writeback Yes No No Tasting the Flavors of SSAS 2012 SQL Saturday Puerto Rico Alan Koo

14 Security Feature Support PowerPivot: file level Tabular models: row-level Multidimensional models: cell-level Tasting the Flavors of SSAS 2012 SQL Saturday Puerto Rico Alan Koo

15 XMLA / ASSL PowerShell Query and Scripting Language Support Calculations Queries PowerPivot DAX DAX Tabular DAX, MDX DAX Multidimensional MDX MDX Data Mining n/a DMX Tasting the Flavors of SSAS 2012 SQL Saturday Puerto Rico Alan Koo

16 Analysis Services in Tabular Mode CHANGING YOUR MODELING APPROACH * Vertipaq vs OLAP - Marco Russo - SQLBI.com

17 Traditional OLAP with UDM (multidimensional) OLTP Data Warehouse DataMart OLAP Cube MDX Script MDX Queries Excel * Vertipaq vs OLAP - Marco Russo - SQLBI.com

18 BISM Tabular Simpler data model More data sources support (data feeds, ODBC and some document formats) Less dimensional tools Needs more memory Amazingly fast But Is speed the only advantage? * Vertipaq vs OLAP - Marco Russo - SQLBI.com

19 Dimensional Modeling Why do we use dimensional modeling? Easiness of use? Any DWH can turn into dimensional through views Speed! No DWH model will ever beat a good DM Excel! OLAP cubes need to be built on DM Excel query OLAP cubes In 2011, Dimensional Modeling was the only solution * Vertipaq vs OLAP - Marco Russo - SQLBI.com

20 BI Solutions with xvelocity OLTP Data Warehouse DataMart xvelocity Database xvelocity Database DAX Excel * Vertipaq vs OLAP - Marco Russo - SQLBI.com

21 Scenario WAREHOUSE STOCK ANALYSIS * Vertipaq vs OLAP - Marco Russo - SQLBI

22 Warehouse Stock Analysis Relational Model for Transactions * Vertipaq vs OLAP - Marco Russo - SQLBI.com

23 Warehouse Stock Analysis Traditional DW Snapshot Design * Vertipaq vs OLAP - Marco Russo - SQLBI.com

24 Warehouse Stock Analysis Common solution: Snapshot table with quantity on hold for each product/warehouse/day ETL calculation made by summing all transactions up to a given day BISM Tabular Can avoid snapshot by making up-to-date calculation at query time Reduces memory, leverages on xvelocity engine * Vertipaq vs OLAP - Marco Russo - SQLBI.com

25 Warehouse Stock Analysis Query to load the DW snapshot SELECT t.timekey, t.fulldatealternatekey, s1.* FROM dbo.dimtime t CROSS APPLY ( SELECT s.productkey, SUM(s.Quantity) AS Stock FROM dbo.factmovements s WHERE s.orderdatekey <= t.timekey GROUP BY s.productkey ) s1 WHERE DayNumberOfMonth = 1 * Vertipaq vs OLAP - Marco Russo - SQLBI.com

26 Customer Analysis MDX Query without Snapshot WITH MEMBER MEASURES.Stock AS SUM( NULL : [Date Order].[Calendar].CURRENTMEMBER, [Measures].[Order Quantity] ) SELECT Stock ON 0, NON EMPTY [Product].[Product].[Product].members FROM [Sales] * [Date Order].[Calendar].[Month].MEMBERS ON 1 * Vertipaq vs OLAP - Marco Russo - SQLBI.com

27 Warehouse Stock Analysis DAX query does not require snapshot The DAX query is faster: Stock : = CALCULATE( SUM( FactMovements[OrderQuantity] ), FILTER( ALL( DimTime ), DimTime[TimeKey] <= MAX(DimTime[TimeKey] ) ) ) * Vertipaq vs OLAP - Marco Russo - SQLBI.com

28 Scenario CUSTOMER ANALYSIS * Vertipaq vs OLAP - By Marco Russo - SQLBI

29 Customer Analysis The question: How many new distinct customers we had this month? Dimensional model Complex and slow query (either SQL or MDX) Slowness is caused by looking for the lack of an event in a dimensional model Optimization: monthly snapshot of new customers Possible shortcut: saving date of first and last sale for each customer Extraction logic embedded in ETL not flexible * Vertipaq vs OLAP - By Marco Russo - SQLBI

30 Customer Analysis Initial Data Model in a Classical Star Schema * Vertipaq vs OLAP - Marco Russo - SQLBI.com

31 Customer Analysis Solution Based on a Snapshot ETL Required * Vertipaq vs OLAP - By Marco Russo - SQLBI

32 Customer Analysis MDX Queries Relies on Distinct Count Measure WITH MEMBER MEASURES.TotalCustomers AS AGGREGATE( NULL : [Date].[Calendar].CURRENTMEMBER, [Measures].[Customer Count]) MEMBER MEASURES.NewCustomers AS MEASURES.TotalCustomers - AGGREGATE( NULL : [Date].[Calendar].PREVMEMBER, [Measures].[Customer Count]) MEMBER MEASURES.ReturningCustomers AS MEASURES.[Customer Count] - MEASURES.NewCustomers SELECT { [Measures].[NewCustomers], [Measures].[Customer Count], [Measures].[ReturningCustomers] } ON COLUMNS, [Date].[Calendar].[Month].MEMBERS ON ROWS FROM [Adventure Works] * Vertipaq vs OLAP - Marco Russo - SQLBI.com

33 Customer Analysis Why Distinct Count Calculation in OLAP is expensive Distinct Count calculation in OLAP is expensive Separate measure group Adding a distinct count measure requires modifications in OLAP schema Expensive processing (ORDER BY required) Different partitioning for query optimization * Vertipaq vs OLAP - By Marco Russo - SQLBI

34 Customer Analysis Solution with First / Last Transaction Date Update on Dimension Required * Vertipaq vs OLAP - By Marco Russo - SQLBI

35 Customer Analysis BISM Tabular Query in DAX is fast enough Good to get number and also to extract customers list Extraction logic in DAX, not in ETL Easy to change No special ETL and data modeling required Just because distinct count is fast * Vertipaq vs OLAP - By Marco Russo - SQLBI

36 Customer Analysis DAX Query Heavily Use DistinctCount without Performance Issues NewCustomers := CALCULATE( DISTINCTCOUNT( FactInternetSales[CustomerKey] ), ) FILTER( ALL( DimTime ), ) - CALCULATE( DimTime[TimeKey] <= MAX( DimTime[TimeKey] ) DISTINCTCOUNT( FactInternetSales[CustomerKey] ), FILTER( ALL( DimTime ), * Vertipaq vs OLAP - By Marco Russo - SQLBI ) ) DimTime[TimeKey] < MIN( DimTime[TimeKey] )

37 In Summary, in Tabular Mode you can Query data using relationships that are not defined in the data model as regular relationships You can extend the data model without reprocessing the whole database using calculated columns Flexibility = Faster response to scenario changes! Tasting the Flavors of SSAS 2012 SQL Saturday Puerto Rico Alan Koo

38 Thoughts What have We Learned Today Tabular is not and upgrade to OLAP Evaluate user and data requirements before choosing SSAS mode For tabular: Consider alternative models for DW design Learn DAX Master DAX Consider BISM Tabular side by side with Multidimensional Specific models can be better solved by BISM Tasting the Flavors of SSAS 2012 SQL Saturday Puerto Rico Alan Koo

39 References Ashvini Sharma (Microsoft) presentation at TechEd 2011 Marco Russo (SQLBI) presentation at PASS 2011 Comparing Tabular and Multidimensional Solutions (SSAS) MSDN Tabular Modeling (Adventure Works Tutorial) MSDN Melissa Coates - Decisions: PowerPivot, SSAS Tabular, or SSAS Multidimensional Model in SQL Server 2012 Tasting the Flavors of SSAS 2012 SQL Saturday Puerto Rico Alan Koo

40 Q & A Tasting the Flavors of SSAS 2012 SQL Saturday Puerto Rico Alan Koo

41 Platinum Sponsors: Gold Sponsors: Silver Sponsors: Bronze Sponsors: Swag Sponsors:

SSAS Multidimensional vs. SSAS Tabular Which one do I choose?

SSAS Multidimensional vs. SSAS Tabular Which one do I choose? SSAS Multidimensional vs. SSAS Tabular Which one do I choose? About Alan Sr BI Consultant Community Speaker Blogs at FalconTekSolutionsCentral.com SSAS Maestro Will work for cupcakes Generally speaks on

More information

70-466: Implementing Data Models and Reports with Microsoft SQL Server

70-466: Implementing Data Models and Reports with Microsoft SQL Server 70-466: Implementing Data Models and Reports with Microsoft SQL Server The following tables show where changes to exam 70-466 have been made to include updates that relate to SQL Server 2014 tasks. These

More information

IDU0010 ERP,CRM ja DW süsteemid Loeng 5 DW concepts. Enn Õunapuu

IDU0010 ERP,CRM ja DW süsteemid Loeng 5 DW concepts. Enn Õunapuu IDU0010 ERP,CRM ja DW süsteemid Loeng 5 DW concepts Enn Õunapuu enn.ounapuu@ttu.ee Content Oveall approach Dimensional model Tabular model Overall approach Data modeling is a discipline that has been practiced

More information

Implementing Data Models and Reports with Microsoft SQL Server (466)

Implementing Data Models and Reports with Microsoft SQL Server (466) Implementing Data Models and Reports with Microsoft SQL Server (466) Build an analysis services multidimensional database Design dimensions and measures Given a requirement, identify the dimension/measure

More information

Deccansoft Software Services Microsoft Silver Learning Partner. SSAS Syllabus

Deccansoft Software Services Microsoft Silver Learning Partner. SSAS Syllabus Overview: Analysis Services enables you to analyze large quantities of data. With it, you can design, create, and manage multidimensional structures that contain detail and aggregated data from multiple

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!  We offer free update service for one year PASS4TEST \ We offer free update service for one year Exam : 70-467 Title : Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Vendor : Microsoft Version : DEMO Get Latest & Valid

More information

WELCOME TO TECH IMMERSION

WELCOME TO TECH IMMERSION WELCOME TO TECH IMMERSION Track: SQL/BI PowerPivot with Excel 2010 Presenter: Jeff Jones Outline o BI EcoSystem o PowerPivot for Excel What, Why, Who? o Using PowerPivot o New Powerful Formulas o Using

More information

Developing SQL Data Models(768)

Developing SQL Data Models(768) Developing SQL Data Models(768) Design a multidimensional business intelligence (BI) semantic model Create a multidimensional database by using Microsoft SQL Server Analysis Services (SSAS) Design, develop,

More information

PowerPivot, an Introduction. By: Steve Lewis Principal Pyxis Analytics

PowerPivot, an Introduction. By: Steve Lewis Principal Pyxis Analytics PowerPivot, an Introduction By: Steve Lewis Principal Pyxis Analytics Agenda What is the BISM Model? Components of the BISM Model DAX Overview Walkthroughs What is the BISM Model Business Intelligence

More information

Build your first Analysis Services (Tabular Model) <not a Cube>! (using the tutorials on docs.microsoft.com)

Build your first Analysis Services (Tabular Model) <not a Cube>! (using the tutorials on docs.microsoft.com) Build your first Analysis Services (Tabular Model) ! (using the tutorials on docs.microsoft.com) gwalters@microsoft.com Why Analysis Services? Problem statements: We don t have per-user security

More information

Audience BI professionals BI developers

Audience BI professionals BI developers Applied Microsoft BI The Microsoft Data Platform empowers BI pros to implement organizational BI solutions delivering a single version of the truth across the enterprise. A typical organizational solution

More information

sqlbi.com 1 Who am I Latest conferences Agenda sqlbi.com

sqlbi.com 1 Who am I Latest conferences Agenda sqlbi.com presented by Marco Russo marco@ Who am I Latest conferences BI Experts and Consultants Problem Solving Complex Project Assistance DataWarehouse Assesments and Development Courses, Trainings and Workshops

More information

SSAS Tabular in the Real World Lessons Learned. by Gerhard Brueckl

SSAS Tabular in the Real World Lessons Learned. by Gerhard Brueckl SSAS Tabular in the Real World Lessons Learned by Gerhard Brueckl Gold sponsors Platinum sponsor About me Gerhard Brueckl From Austria Consultant, Trainer, Speaker Working with Microsoft BI since 2006

More information

Implementing Data Models and Reports with Microsoft SQL Server Exam Summary Syllabus Questions

Implementing Data Models and Reports with Microsoft SQL Server Exam Summary Syllabus Questions 70-466 Implementing Data Models and Reports with Microsoft SQL Server Exam Summary Syllabus Questions Table of Contents Introduction to 70-466 Exam on Implementing Data Models and Reports with Microsoft

More information

Sql Server Analysis Services Ssas Sllevuecollege

Sql Server Analysis Services Ssas Sllevuecollege SQL SERVER ANALYSIS SERVICES SSAS SLLEVUECOLLEGE PDF - Are you looking for sql server analysis services ssas sllevuecollege Books? Now, you will be happy that at this time sql server analysis services

More information

10778A: Implementing Data Models and Reports with Microsoft SQL Server 2012

10778A: Implementing Data Models and Reports with Microsoft SQL Server 2012 10778A: Implementing Data Models and Reports with Microsoft SQL Server 2012 Course Overview This course provides students with the knowledge and skills to empower information workers through self-service

More information

DEVELOPING SQL DATA MODELS

DEVELOPING SQL DATA MODELS 20768 - DEVELOPING SQL DATA MODELS CONTEÚDO PROGRAMÁTICO Module 1: Introduction to Business Intelligence and Data Modeling This module introduces key BI concepts and the Microsoft BI product suite. Introduction

More information

Shabnam Watson. SQL Server Analysis Services for DBAs

Shabnam Watson. SQL Server Analysis Services for DBAs Shabnam Watson SQL Server Analysis Services for DBAs Shabnam Watson BI Consultant /ShabnamWatson @shbwatson info@abicube.com https://shabnamwatson.wordpress.com Work: BI Consultant Fifteen Years of experience

More information

Sql Server Analysis Services 2012 Cube Development Cookbook By Dewald Baya Hughes Steve Turley Paul 2013 Paperback

Sql Server Analysis Services 2012 Cube Development Cookbook By Dewald Baya Hughes Steve Turley Paul 2013 Paperback Sql Server Analysis Services 2012 Cube Development Cookbook By Dewald Baya Hughes Steve Turley Paul 2013 SQL SERVER ANALYSIS SERVICES 2012 CUBE DEVELOPMENT COOKBOOK BY DEWALD BAYA HUGHES STEVE TURLEY PAUL

More information

20466C - Version: 1. Implementing Data Models and Reports with Microsoft SQL Server

20466C - Version: 1. Implementing Data Models and Reports with Microsoft SQL Server 20466C - Version: 1 Implementing Data Models and Reports with Microsoft SQL Server Implementing Data Models and Reports with Microsoft SQL Server 20466C - Version: 1 5 days Course Description: The focus

More information

DirectQuery vs Vertipaq Modes in SSAS Tabular Model

DirectQuery vs Vertipaq Modes in SSAS Tabular Model DirectQuery vs Vertipaq Modes in SSAS Tabular Model Julie Koesmarno http://www.mssqlgirl.com Twitter: @mssqlgirl MCITP Database Administrator 2008 MCITP Database Developer 2008 MCITP Business Intelligence

More information

QA Microsoft Designing Business Intelligence Solutions with Microsoft SQL Server 2012

QA Microsoft Designing Business Intelligence Solutions with Microsoft SQL Server 2012 70-467.176.QA Number: 70-467 Passing Score: 800 Time Limit: 120 min File Version: 6.7 Microsoft 70-467 Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Testlet 1 Tailspin Toys Case

More information

Implementing Data Models and Reports with SQL Server 2014

Implementing Data Models and Reports with SQL Server 2014 Course 20466D: Implementing Data Models and Reports with SQL Server 2014 Page 1 of 6 Implementing Data Models and Reports with SQL Server 2014 Course 20466D: 4 days; Instructor-Led Introduction The focus

More information

MICROSOFT EXAM QUESTIONS & ANSWERS

MICROSOFT EXAM QUESTIONS & ANSWERS MICROSOFT 70-466 EXAM QUESTIONS & ANSWERS Number: 70-466 Passing Score: 1000 Time Limit: 120 min File Version: 46.6 http://www.gratisexam.com/ MICROSOFT 70-466 EXAM QUESTIONS & ANSWERS Exam Name: Implementing

More information

COURSE 20466D: IMPLEMENTING DATA MODELS AND REPORTS WITH MICROSOFT SQL SERVER

COURSE 20466D: IMPLEMENTING DATA MODELS AND REPORTS WITH MICROSOFT SQL SERVER ABOUT THIS COURSE The focus of this five-day instructor-led course is on creating managed enterprise BI solutions. It describes how to implement multidimensional and tabular data models, deliver reports

More information

Developing SQL Data Models

Developing SQL Data Models Course 20768B: Developing SQL Data Models Page 1 of 5 Developing SQL Data Models Course 20768B: 2 days; Instructor-Led Introduction The focus of this 2-day instructor-led course is on creating managed

More information

Recently Updated Dumps from PassLeader with VCE and PDF (Question 1 - Question 15)

Recently Updated Dumps from PassLeader with VCE and PDF (Question 1 - Question 15) Recently Updated 70-467 Dumps from PassLeader with VCE and PDF (Question 1 - Question 15) Valid 70-467 Dumps shared by PassLeader for Helping Passing 70-467 Exam! PassLeader now offer the newest 70-467

More information

Foundations of SQL Server 2008 R2 Business. Intelligence. Second Edition. Guy Fouche. Lynn Lang it. Apress*

Foundations of SQL Server 2008 R2 Business. Intelligence. Second Edition. Guy Fouche. Lynn Lang it. Apress* Foundations of SQL Server 2008 R2 Business Intelligence Second Edition Guy Fouche Lynn Lang it Apress* Contents at a Glance About the Authors About the Technical Reviewer Acknowledgments iv xiii xiv xv

More information

MICROSOFT EXAM QUESTIONS & ANSWERS

MICROSOFT EXAM QUESTIONS & ANSWERS MICROSOFT 70-466 EXAM QUESTIONS & ANSWERS Number: 70-466 Passing Score: 1000 Time Limit: 120 min File Version: 46.6 http://www.gratisexam.com/ MICROSOFT 70-466 EXAM QUESTIONS & ANSWERS Exam Name: Implementing

More information

Sql Server Analysis Services Tutorial

Sql Server Analysis Services Tutorial We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with sql server analysis

More information

Developing SQL Data Models

Developing SQL Data Models Developing SQL Data Models 20768B; 3 Days; Instructor-led Course Description The focus of this 3-day instructor-led course is on creating managed enterprise BI solutions. It describes how to implement

More information

SAMPLE. Preface xi 1 Introducting Microsoft Analysis Services 1

SAMPLE. Preface xi 1 Introducting Microsoft Analysis Services 1 contents Preface xi 1 Introducting Microsoft Analysis Services 1 1.1 What is Analysis Services 2005? 1 Introducing OLAP 2 Introducing Data Mining 4 Overview of SSAS 5 SSAS and Microsoft Business Intelligence

More information

SQL Server Business Intelligence 20768: Developing SQL Server 2016 Data Models in SSAS. Upcoming Dates. Course Description.

SQL Server Business Intelligence 20768: Developing SQL Server 2016 Data Models in SSAS. Upcoming Dates. Course Description. SQL Server Business Intelligence 20768: Developing SQL Server 2016 Data Models in SSAS Get the skills needed to successfully create multidimensional databases using Microsoft SQL Server Analysis Services

More information

6 SSIS Expressions SSIS Parameters Usage Control Flow Breakpoints Data Flow Data Viewers

6 SSIS Expressions SSIS Parameters Usage Control Flow Breakpoints Data Flow Data Viewers MSBI Training Program [SSIS SSAS SSRS] Duration : 60 Hrs SSIS 1 Introduction to SSIS SSIS Components Architecture & Installation SSIS Tools and DTS 2 SSIS Architecture Control Flow Tasks Data Flow Tasks

More information

Toolkit for DAX Optimization

Toolkit for DAX Optimization Toolkit for DAX Optimization Marco Russo marco@sqlbi.com SQL Saturday #464, Melbourne 20 th February 2016 Housekeeping Mobile Phones please set to stun during sessions Evaluations complete online to be

More information

Implementing Data Models and Reports with Microsoft SQL Server 2012

Implementing Data Models and Reports with Microsoft SQL Server 2012 Implementing Data Models and Reports with Microsoft SQL Server 2012 Module 1: Introduction to Business Intelligence and Data Modeling Introduction to Business Intelligence The Microsoft Business Intelligence

More information

MS-55045: Microsoft End to End Business Intelligence Boot Camp

MS-55045: Microsoft End to End Business Intelligence Boot Camp MS-55045: Microsoft End to End Business Intelligence Boot Camp Description This five-day instructor-led course is a complete high-level tour of the Microsoft Business Intelligence stack. It introduces

More information

Building Data Models with Microsoft Excel PowerPivot

Building Data Models with Microsoft Excel PowerPivot Building Data Models with Microsoft Excel PowerPivot Overview This 3-day course extends the power of Excel and takes you inside the PowerPivot add-in for Excel 2013/2016. Based on the book Microsoft Excel

More information

Big Data Analytics. Yossi Elkayam Sr. BI Architect Microsoft Services

Big Data Analytics. Yossi Elkayam Sr. BI Architect Microsoft Services Big Data Analytics Yossi Elkayam Sr. BI Architect Microsoft Services yelkayam@microsoft.com Session Objectives And Takeaways 1. Lets talk about Big Data! 2. Enable you to find opportunities for Big Data

More information

Microsoft. Designing Business Intelligence Solutions with Microsoft SQL Server 2012

Microsoft. Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Microsoft 70-467 Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Download Full Version : http://killexams.com/pass4sure/exam-detail/70-467 QUESTION: 50 Your network contains the

More information

Microsoft End to End Business Intelligence Boot Camp

Microsoft End to End Business Intelligence Boot Camp Microsoft End to End Business Intelligence Boot Camp 55045; 5 Days, Instructor-led Course Description This course is a complete high-level tour of the Microsoft Business Intelligence stack. It introduces

More information

BUSINESS INTELLIGENCE. SSAS - SQL Server Analysis Services. Business Informatics Degree

BUSINESS INTELLIGENCE. SSAS - SQL Server Analysis Services. Business Informatics Degree BUSINESS INTELLIGENCE SSAS - SQL Server Analysis Services Business Informatics Degree 2 BI Architecture SSAS: SQL Server Analysis Services 3 It is both an OLAP Server and a Data Mining Server Distinct

More information

Implementing Data Models and Reports with Microsoft SQL Server 2012

Implementing Data Models and Reports with Microsoft SQL Server 2012 CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 10778: Implementing Data Models and Reports with Microsoft SQL Server 2012 Length: 5 Days Audience:

More information

Phillip Labry Sr. BI Engineer IT development for over 25 years Developer, DBA, BI Consultant Experience with Manufacturing, Telecom, Banking, Retail,

Phillip Labry Sr. BI Engineer IT development for over 25 years Developer, DBA, BI Consultant Experience with Manufacturing, Telecom, Banking, Retail, Phillip Labry Phillip Labry Sr. BI Engineer IT development for over 25 years Developer, DBA, BI Consultant Experience with Manufacturing, Telecom, Banking, Retail, Government, Energy, Insurance, Healthcare,

More information

SQL Server Analysis Services

SQL Server Analysis Services DataBase and Data Mining Group of DataBase and Data Mining Group of Database and data mining group, SQL Server 2005 Analysis Services SQL Server 2005 Analysis Services - 1 Analysis Services Database and

More information

Training 24x7 DBA Support Staffing. MCSA:SQL 2016 Business Intelligence Development. Implementing an SQL Data Warehouse. (40 Hours) Exam

Training 24x7 DBA Support Staffing. MCSA:SQL 2016 Business Intelligence Development. Implementing an SQL Data Warehouse. (40 Hours) Exam MCSA:SQL 2016 Business Intelligence Development Implementing an SQL Data Warehouse (40 Hours) Exam 70-767 Prerequisites At least 2 years experience of working with relational databases, including: Designing

More information

resources, 56 sample questions, 3 Business Intelligence Development Studio. See BIDS

resources, 56 sample questions, 3 Business Intelligence Development Studio. See BIDS Index A Access Services, 178 86 actual metrics, 314, 350, 355 Ad-Hoc Reporting, 155 aggregate transformation, 33 Allow External Data Using REST, 253 Analytic Chart reports, 318, 368, 371 74 Analytic Grid

More information

Data Analysis Expressions (DAX)

Data Analysis Expressions (DAX) Javier Guillén About Me o Business Intelligence / Data Warehousing Consultant o MCTS/MCITP SQL Server 2008 BI o Microsoft Community Contributor Awardee (2011) o C# & ASP.NET Developer o Worked in Financial

More information

CHAPTER 8 DECISION SUPPORT V2 ADVANCED DATABASE SYSTEMS. Assist. Prof. Dr. Volkan TUNALI

CHAPTER 8 DECISION SUPPORT V2 ADVANCED DATABASE SYSTEMS. Assist. Prof. Dr. Volkan TUNALI CHAPTER 8 DECISION SUPPORT V2 ADVANCED DATABASE SYSTEMS Assist. Prof. Dr. Volkan TUNALI Topics 2 Business Intelligence (BI) Decision Support System (DSS) Data Warehouse Online Analytical Processing (OLAP)

More information

BI, Big Data, Mission Critical. Eduardo Rivadeneira Specialist Sales Manager

BI, Big Data, Mission Critical. Eduardo Rivadeneira Specialist Sales Manager BI, Big Data, Mission Critical Eduardo Rivadeneira Specialist Sales Manager Required 9s & Protection Blazing-Fast Performance Enhanced Security & Compliance Rapid Data Exploration & Visualization Managed

More information

Microsoft Developing SQL Data Models

Microsoft Developing SQL Data Models 70-768 Number: 70-768 Passing Score: 800 Time Limit: 120 min File Version: 1.0 Microsoft 70-768 Developing SQL Data Models Testlet 1 Mix Questions QUESTION 1 You are developing a SQL Server Analysis Services

More information

Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services

Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services Course Details Course Outline Module 1: Introduction to Microsoft SQL Server Analysis Services This module introduces

More information

MICROSOFT BUSINESS INTELLIGENCE

MICROSOFT BUSINESS INTELLIGENCE SSIS MICROSOFT BUSINESS INTELLIGENCE 1) Introduction to Integration Services Defining sql server integration services Exploring the need for migrating diverse Data the role of business intelligence (bi)

More information

COGNOS DYNAMIC CUBES: SET TO RETIRE TRANSFORMER? Update: Pros & Cons

COGNOS DYNAMIC CUBES: SET TO RETIRE TRANSFORMER? Update: Pros & Cons COGNOS DYNAMIC CUBES: SET TO RETIRE TRANSFORMER? 10.2.2 Update: Pros & Cons GoToWebinar Control Panel Submit questions here Click arrow to restore full control panel Copyright 2015 Senturus, Inc. All Rights

More information

Contact: / Website:

Contact: / Website: UNIQUE FEATURES OF VINAY TECH HOUSE: COMPLETELY PRACTICAL, REAL TIME AND PROJECT ORIENTED RICH THEORY WITH OPTIMIZATION TECHNIQUES CERTIFICATION BASED TRAINING*** PROJECT BASED EXPLANATION *** MSBI PROJECT

More information

CHAKRA IT SOLUTIONS TO LEARN ABOUT OUR UNIQUE TRAINING PROCESS:

CHAKRA IT SOLUTIONS TO LEARN ABOUT OUR UNIQUE TRAINING PROCESS: chakraitsolutions.com http://chakraitsolutions.com/msbi-online-training/ MSBI ONLINE TRAINING CHAKRA IT SOLUTIONS TO LEARN ABOUT OUR UNIQUE TRAINING PROCESS: Title Duration Timing Method Software Study

More information

Bay Area BI User Group Mountain View 8 May, Mastering the Excel CUBE Functions

Bay Area BI User Group Mountain View 8 May, Mastering the Excel CUBE Functions Bay Area BI User Group Mountain View 8 May, 2014 Mastering the Excel CUBE Functions Presenter Introduction Peter Myers BI Expert Bitwise Solutions BBus, SQL Server MCSE, MCT, SQL Server MVP (since 2007)

More information

20466: Implementing Data Models and Reports with Microsoft SQL Server

20466: Implementing Data Models and Reports with Microsoft SQL Server 20466: Implementing Data Models and Reports with Microsoft SQL Server Microsoft - Base de Dados Localidade: Lisboa Data: 20 May 2019 Preço: 1630 ( Os valores apresentados não incluem IVA. Oferta de IVA

More information

MICROSOFT BUSINESS INTELLIGENCE (MSBI: SSIS, SSRS and SSAS)

MICROSOFT BUSINESS INTELLIGENCE (MSBI: SSIS, SSRS and SSAS) MICROSOFT BUSINESS INTELLIGENCE (MSBI: SSIS, SSRS and SSAS) Microsoft's Business Intelligence (MSBI) Training with in-depth Practical approach towards SQL Server Integration Services, Reporting Services

More information

Appliances and DW Architecture. John O Brien President and Executive Architect Zukeran Technologies 1

Appliances and DW Architecture. John O Brien President and Executive Architect Zukeran Technologies 1 Appliances and DW Architecture John O Brien President and Executive Architect Zukeran Technologies 1 OBJECTIVES To define an appliance Understand critical components of a DW appliance Learn how DW appliances

More information

After completing this course, participants will be able to:

After completing this course, participants will be able to: Designing a Business Intelligence Solution by Using Microsoft SQL Server 2008 T h i s f i v e - d a y i n s t r u c t o r - l e d c o u r s e p r o v i d e s i n - d e p t h k n o w l e d g e o n d e s

More information

Power BI for the Enterprise

Power BI for the Enterprise Power BI for the Enterprise Paul Turley Principal Consultant, Intelligent Business LLC Microsoft Data Platform MVP, SolidQ Mentor e: Paul@IntelligentBiz.net t: @paul_turley b: SqlServerBiBlog.com Please

More information

ETL and OLAP Systems

ETL and OLAP Systems ETL and OLAP Systems Krzysztof Dembczyński Intelligent Decision Support Systems Laboratory (IDSS) Poznań University of Technology, Poland Software Development Technologies Master studies, first semester

More information

Updating your Business Intelligence Skills to Microsoft SQL Server 2012

Updating your Business Intelligence Skills to Microsoft SQL Server 2012 Course 40009A: Updating your Business Intelligence Skills to Microsoft SQL Server 2012 Course Details Course Outline Module 1: Introduction to SQL Server 2012 for Business Intelligence This module provides

More information

MSBI( SSAS, SSIS, SSRS) Course Content:35-40hours

MSBI( SSAS, SSIS, SSRS) Course Content:35-40hours MSBI( SSAS, SSIS, SSRS) Course Content:35-40hours Course Outline SQL Server Analysis Services Course Content SSAS: What Is Microsoft BI? Core concept BI is the cube or UDM Example cube as seen using Excel

More information

Call: SAS BI Course Content:35-40hours

Call: SAS BI Course Content:35-40hours SAS BI Course Content:35-40hours Course Outline SAS Data Integration Studio 4.2 Introduction * to SAS DIS Studio Features of SAS DIS Studio Tasks performed by SAS DIS Studio Navigation to SAS DIS Studio

More information

6234A - Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services

6234A - Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services 6234A - Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services Course Number: 6234A Course Length: 3 Days Course Overview This instructor-led course teaches students how to implement

More information

exam.105q Microsoft Implementing Data Models and Reports with Microsoft SQL Server 2014

exam.105q Microsoft Implementing Data Models and Reports with Microsoft SQL Server 2014 70-466.exam.105q Number: 70-466 Passing Score: 800 Time Limit: 120 min File Version: 1 Microsoft 70-466 Implementing Data Models and Reports with Microsoft SQL Server 2014 Question Set 1 QUESTION 1 DRAG

More information

Data Modelling for DW & Cubes

Data Modelling for DW & Cubes Data Modelling for DW & Cubes Alex Whittles Alex@PurpleFrogSystems.com PurpleFrogSystems.com PurpleFrogSystems.com/blog @PurpleFrogSys SQLSaturday #467 Sponsors Alex Whittles SQL Relay ExCo SQLRelay.co.uk

More information

MDS and your Data Warehouse/Data Mart

MDS and your Data Warehouse/Data Mart MDS and your Data Warehouse/Data Mart What does it take to add value? Yair Helman Principal Group Manager Microsoft Tyler Graham Senior Program Manager Microsoft October 11-14, Seattle, WA Agenda Data

More information

Microsoft certified solutions associate

Microsoft certified solutions associate Microsoft certified solutions associate MCSA: BI Reporting This certification demonstrates your expertise in analyzing data with both Power BI and Excel. Exam 70-778/Course 20778 Analyzing and Visualizing

More information

Venezuela: Teléfonos: / Colombia: Teléfonos:

Venezuela: Teléfonos: / Colombia: Teléfonos: CONTENIDO PROGRAMÁTICO Moc 20761: Querying Data with Transact SQL Module 1: Introduction to Microsoft SQL Server This module introduces SQL Server, the versions of SQL Server, including cloud versions,

More information

exam.95q.

exam.95q. 70-467.exam.95q Number: 70-467 Passing Score: 800 Time Limit: 120 min 70-467 Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Testlet 1 General Background You are the SQL Server

More information

Download The Definitive Guide To DAX: Business Intelligence With Microsoft Excel, SQL Server Analysis Services, And Power BI (Business Skills) PDF

Download The Definitive Guide To DAX: Business Intelligence With Microsoft Excel, SQL Server Analysis Services, And Power BI (Business Skills) PDF Download The Definitive Guide To DAX: Business Intelligence With Microsoft Excel, SQL Server Analysis Services, And Power BI (Business Skills) PDF This comprehensive and authoritative guide will teach

More information

New technologies for BI and Data Warehousing they re cool alright, but how do they fit

New technologies for BI and Data Warehousing they re cool alright, but how do they fit New technologies for BI and Data Warehousing they re cool alright, but how do they fit Amit Bansal www.peoplewareindia.com www.sqlservergeeks.com www.amitbansal.net together? About Amit Bansal CTO, edominer

More information

Exam Questions

Exam Questions Exam Questions 70-467 Designing Business Intelligence Solutions with Microsoft SQL Server 2012 https://www.2passeasy.com/dumps/70-467/ 1. You need to identify changes in the financial database. A. Add

More information

Microsoft.Visualexams v by.Looney.68q

Microsoft.Visualexams v by.Looney.68q Microsoft.Visualexams.70-467.v2013-12-09.by.Looney.68q Number: 70-467 Passing Score: 800 Time Limit: 120 min File Version: 14.5 http://www.gratisexam.com/ Exam Code: 70-467 Exam Name: Designing Business

More information

Proceedings of the IE 2014 International Conference AGILE DATA MODELS

Proceedings of the IE 2014 International Conference  AGILE DATA MODELS AGILE DATA MODELS Mihaela MUNTEAN Academy of Economic Studies, Bucharest mun61mih@yahoo.co.uk, Mihaela.Muntean@ie.ase.ro Abstract. In last years, one of the most popular subjects related to the field of

More information

Xcelerated Business Insights (xbi): Going beyond business intelligence to drive information value

Xcelerated Business Insights (xbi): Going beyond business intelligence to drive information value KNOWLEDGENT INSIGHTS volume 1 no. 5 October 7, 2011 Xcelerated Business Insights (xbi): Going beyond business intelligence to drive information value Today s growing commercial, operational and regulatory

More information

Bull Fast Track/PDW and Big Data

Bull Fast Track/PDW and Big Data Bull Fast Track/PDW and Big Data Add High Performance BI to your Big Data Roger Van Unen Expert Microsoft / BI roger.van-unen@bull.net http://www.bull.fr/bi/fastrack.html Michael Schmitter BI Sales Germany

More information

Microsoft.Braindumps v by.SUZANNE.60q

Microsoft.Braindumps v by.SUZANNE.60q Microsoft.Braindumps.70-460.v2014-05-02.by.SUZANNE.60q Number: 70-460 Passing Score: 800 Time Limit: 120 min File Version: 16.5 http://www.gratisexam.com/ Exam Code: 70-460 Exam Name: Transition Your MCITP:

More information

Accurate study guides, High passing rate! Testhorse provides update free of charge in one year!

Accurate study guides, High passing rate! Testhorse provides update free of charge in one year! Accurate study guides, High passing rate! Testhorse provides update free of charge in one year! http://www.testhorse.com Exam : 70-467 Title : Designing Business Intelligence Solutions with Microsoft SQL

More information

MSBI (SSIS, SSRS, SSAS) Course Content

MSBI (SSIS, SSRS, SSAS) Course Content SQL / TSQL Development 1. Basic database and design 2. What is DDL, DML 3. Data Types 4. What are Constraints & types 1. Unique 2. Check 3. NULL 4. Primary Key 5. Foreign Key 5. Default 1. Joins 2. Where

More information

MSBI. Business Intelligence Contents. Data warehousing Fundamentals

MSBI. Business Intelligence Contents. Data warehousing Fundamentals MSBI CAC Noida is an ISO 9001:2015 certified training center with professional experience that dates back to 2005. The vision is to provide professional education merging corporate culture globally to

More information

Updating your Business Intelligence Skills to Microsoft SQL Server 2012 Course 40009A; 3 Days, Instructor-led

Updating your Business Intelligence Skills to Microsoft SQL Server 2012 Course 40009A; 3 Days, Instructor-led Updating your Business Intelligence Skills to Microsoft SQL Server 2012 Course 40009A; 3 Days, Instructor-led Course Description This three-day instructor-led course provides existing SQL Server Business

More information

SQT03 Big Data and Hadoop with Azure HDInsight Andrew Brust. Senior Director, Technical Product Marketing and Evangelism

SQT03 Big Data and Hadoop with Azure HDInsight Andrew Brust. Senior Director, Technical Product Marketing and Evangelism Big Data and Hadoop with Azure HDInsight Andrew Brust Senior Director, Technical Product Marketing and Evangelism Datameer Level: Intermediate Meet Andrew Senior Director, Technical Product Marketing and

More information

SQL SERVER Lubo Goryl Solution Professional Microsoft Slovakia

SQL SERVER Lubo Goryl Solution Professional Microsoft Slovakia SERVER 2012 Lubo Goryl Solution Professional Microsoft Slovakia AGENDA Prehlaď noviniek v 2012 Nové technológie pre HA & DR Výkonové zlepšenia a možnosti škálovateľnosti Nové technológie pre DWH (FastTrack,

More information

Welcome! Power BI User Group (PUG) Copenhagen

Welcome! Power BI User Group (PUG) Copenhagen Welcome! Power BI User Group (PUG) Copenhagen Connect to Data in Power BI Desktop Just Thorning Blindbæk Consultant, Trainer and Speaker Connect to Data in Power BI Desktop Basic introduction to data connectivity

More information

Exam Name: PRO: Designing a Business Intelligence. Infrastructure Using Microsoft SQL Server 2008

Exam Name: PRO: Designing a Business Intelligence. Infrastructure Using Microsoft SQL Server 2008 Vendor: Microsoft Exam Code: 70-452 Exam Name: PRO: Designing a Business Intelligence Infrastructure Using Microsoft SQL Server 2008 Version: DEMO 1: You design a Business Intelligence (BI) solution by

More information

1. Attempt any two of the following: 10 a. State and justify the characteristics of a Data Warehouse with suitable examples.

1. Attempt any two of the following: 10 a. State and justify the characteristics of a Data Warehouse with suitable examples. Instructions to the Examiners: 1. May the Examiners not look for exact words from the text book in the Answers. 2. May any valid example be accepted - example may or may not be from the text book 1. Attempt

More information

Optimizing and Modeling SAP Business Analytics for SAP HANA. Iver van de Zand, Business Analytics

Optimizing and Modeling SAP Business Analytics for SAP HANA. Iver van de Zand, Business Analytics Optimizing and Modeling SAP Business Analytics for SAP HANA Iver van de Zand, Business Analytics Early data warehouse projects LIMITATIONS ISSUES RAISED Data driven by acquisition, not architecture Too

More information

Přehled novinek v SQL Server 2016

Přehled novinek v SQL Server 2016 Přehled novinek v SQL Server 2016 Martin Rys, BI Competency Leader martin.rys@adastragrp.com https://www.linkedin.com/in/martinrys 20.4.2016 1 BI Competency development 2 Trends, modern data warehousing

More information

SQL Server 2005 Analysis Services

SQL Server 2005 Analysis Services atabase and ata Mining Group of atabase and ata Mining Group of atabase and ata Mining Group of atabase and ata Mining Group of atabase and ata Mining Group of atabase and ata Mining Group of SQL Server

More information

Business Analytics in the Oracle 12.2 Database: Analytic Views. Event: BIWA 2017 Presenter: Dan Vlamis and Cathye Pendley Date: January 31, 2017

Business Analytics in the Oracle 12.2 Database: Analytic Views. Event: BIWA 2017 Presenter: Dan Vlamis and Cathye Pendley Date: January 31, 2017 Business Analytics in the Oracle 12.2 Database: Analytic Views Event: BIWA 2017 Presenter: Dan Vlamis and Cathye Pendley Date: January 31, 2017 Vlamis Software Solutions Vlamis Software founded in 1992

More information

Introduction to DWH / BI Concepts

Introduction to DWH / BI Concepts SAS INTELLIGENCE PLATFORM CURRICULUM SAS INTELLIGENCE PLATFORM BI TOOLS 4.2 VERSION SAS BUSINESS INTELLIGENCE TOOLS - COURSE OUTLINE Practical Project Based Training & Implementation on all the BI Tools

More information

Microsoft.Visualexams v by.saveq.70q

Microsoft.Visualexams v by.saveq.70q Microsoft.Visualexams.70-467.v2013-12-07.by.saveq.70q Number: 70-467 Passing Score: 700 Time Limit: 1200 min File Version: 16.5 http://www.gratisexam.com/ Exam Code: 70-467 Exam Name: Designing Business

More information

1. Analytical queries on the dimensionally modeled database can be significantly simpler to create than on the equivalent nondimensional database.

1. Analytical queries on the dimensionally modeled database can be significantly simpler to create than on the equivalent nondimensional database. 1. Creating a data warehouse involves using the functionalities of database management software to implement the data warehouse model as a collection of physically created and mutually connected database

More information

Aggregating Knowledge in a Data Warehouse and Multidimensional Analysis

Aggregating Knowledge in a Data Warehouse and Multidimensional Analysis Aggregating Knowledge in a Data Warehouse and Multidimensional Analysis Rafal Lukawiecki Strategic Consultant, Project Botticelli Ltd rafal@projectbotticelli.com Objectives Explain the basics of: 1. Data

More information

Index. Special Characters $ format button, (expansion symbol), 121 " " (double quotes), 307 ' ' (single quotes), 307

Index. Special Characters $ format button, (expansion symbol), 121   (double quotes), 307 ' ' (single quotes), 307 Index Special Characters $ format button, 292 + (expansion symbol), 121 " " (double quotes), 307 ' ' (single quotes), 307 Numerics 0 BizSystemFlag value, 397 200 BizSystemFlag value, 397 300 BizSystemFlag

More information

MsBIP møde 23. august 2012

MsBIP møde 23. august 2012 MsBIP møde 23. august 2012 Konsulent i justb Underviser hos Orange Man MCITP og MCT Arbejdet med Microsoft BI i 6 år Stærkt fokus på front-end Analysis Services Reporting Services PerformancePoint Services

More information