Microsoft Dynamics AX 2009 Integration and Development with.NET Framework Business Intelligence: OLAP and Analytics.

Slides:



Advertisements
Similar presentations
Microsoft Dynamics® AX 2012
Advertisements

.NET Business Connector Microsoft.Dynamics.BusinessConnectorNet.dll
1. Complete and integrated BI and Performance Management offering Complete and integrated BI and Performance Management offering Widespread delivery of.
Introduction to ETL Using Microsoft Tools By Dr. Gabriel.
SQL Server Accelerator for Business Intelligence (SSABI)
Technical BI Project Lifecycle
Microsoft Dynamics AX 2009 Integration and Development with.NET Framework Enterprise Portal.
Building Enterprise Applications Using Visual Studio ®.NET Enterprise Architect.
Implementing Business Analytics with MDX Chris Webb London September 29th.
Project REAL and Tips for Migrating from SQL Server 2000 Analysis Services to SQL Server 2005 & Deploying, Securing and Managing AS in SQL 2005 Dan Weinstein.
Unlock Your Data Rich connectivity Robust data integration Enterprise-class manageability Deliver Relevant Information Intuitive design environment.
Delivering BI Through Microsoft Office System 2007 Rafal Lukawiecki Strategic Consultant, Project Botticelli Ltd
Ryan Jamieson Session Code: BIN302 Director IS Partners.
Building Ad-Hoc Reports using the SQL Server 2005 Reporting Services (SSRS) Report Builder (SQL307) Adrian Rupp Business Intelligence Solutions Specialist.
1 1 The Knowledge Worker’s Perspective: Self-Service of BI Rafal Lukawiecki Strategic Consultant, Project Botticelli Ltd
Deliver Rich Analytics with Analysis Services SQL Server Donald Farmer Group Program Manager Microsoft Corporation.
Managing General Ledger within Microsoft Dynamics ® AX 2012.
SQL Analysis Services Microsoft® SQL Server 2005 Analysis Services provides unified, fully integrated views of your business data to support online.
SharePoint 2010 Business Intelligence Module 6: Analysis Services.
IST722 Data Warehousing Business Intelligence Development with SQL Server Analysis Services and Excel 2013 Michael A. Fudge, Jr.
Chris Testa-O’Neill QA. Who am I Chris Testa-O’Neill Business Intelligence Specialist at QA Technical Author for Microsoft E-Learning Author of the SQL.
MSBI online training. MSBI Online Training Course Content : What Is Microsoft BI? Core concept – BI is the cube or UDM Example cube as seen using Excel.
Microsoft Dynamics AX 2009 Integration and Development with the.NET Framework Introduction to the Course.
Do It Strategically with Microsoft Business Intelligence! Bojan Ciric Strategic Consultant.
Data Mining Instructor: Dr C. C. Chan. Remote Desktop  Go to  Start  All Programs  Accessories  Communications  Remote Desktop Connection  Give.
Chapter 6 SAS ® OLAP Cube Studio. Section 6.1 SAS OLAP Cube Studio Architecture.
The Last Mile: Delivering the Facts – Client Side Analysis.
ISQS 6339, Data Management and Business Intelligence Cubism – Bells and Whistles Zhangxi Lin Texas Tech University 1.
Building the cube – Chapter 9 & 10 Let’s be over with it.
DAT 360: DTS in SQL Server 2000 Best Practices Euan Garden Group Manager, SQL Server Microsoft Corporation.
13 Copyright © 2009, Oracle. All rights reserved. Integrating with Oracle Business Intelligence Enterprise Edition (OBI EE)
DAT 332 SQL Server 2000 Data Transformation Services (DTS) Best Practices Euan Garden Product Unit Manager SQL Server Development Microsoft Corporation.
Building Dashboards SharePoint and Business Intelligence.
Presented by Vishy Grandhi.  Architecture (Week 1) ◦ Development Environments ◦ Model driven architecture ◦ Licensing and configuration  AOT (Week 2)
Connect with life Vedant Kulshreshtha Technology Solutions Professional – SharePoint | Microsoft India
BI Practice March-2006 COGNOS 8BI TOOLS COGNOS 8 Framework Manager TATA CONSULTANCY SERVICES SEEPZ, Mumbai.
Visit our Focus Rooms Evaluation of Implementation Proposals by Dynamics AX R&D Solution Architecture & Industry Experts Gain further insights on Dynamics.
OPPORTUNITY Dynamics - AX. The first rule of any technology used in a business is that automation applied to an efficient operation will magnify the efficiency.
Thavash Govender Senior BI Consultant iSolve Business Solutions BIN307.
2 Advanced Dashboard Creation With Microsoft Office PerformancePoint Server 2007 Myles Matheson & Chris Du Toit Information Management Practice HP New.
Oracle OLAP Option Bud Endress Director of Product Management, OLAP.
Alyson Powell Erwin Sr. Program Manager Microsoft BIN307.
Oracle Business Intelligence Foundation - Commonly Used Features in Repository.
DAT 378 SQL Server 2000 Bringing The Best of Reporting Services and Analysis Services Together Sean Boon Program Manager, BI Systems
Delivering KPIs With Analysis Services Peter Myers Mentor SolidQ.
MSBI ONLINE TRAINING Techverze. Introduction to MSBI Microsoft Business Intelligence delivers quality data and analyst can measure, manage and improve.
3 Copyright © 2006, Oracle. All rights reserved. Building an Analytic Workspace.
Performance Testing Using VSTS Saravana Kumar Microsoft MVP, VSTS Hewlett Packard Saravana Kumar Microsoft MVP, VSTS Hewlett Packard.
Practical MSBI(SSIS, SSAS,SSRS) online training. Contact Us: Call: Visit:
PROJECT ORIENTED ONLINE TRAINING ON MSBI (IS,AS,RS)
Extending and Creating Dynamics AX OLAP Cubes
Building Enterprise Applications Using Visual Studio®
Julie Strauss Senior Program Manager Lead Microsoft Corporation
Introduction to SQL Server Analysis Services
6/16/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
6/19/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
TechEd /13/2018 7:46 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Entity Based Staging SQL Server 2012 Tyler Graham
SQL Server Analysis Services Fundamentals
Business Intelligence Fundamentals: SQL Server Analysis Services
TechEd /24/2018 6:19 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Kasper de Jonge Microsoft Corporation
Module 9: Customizing Cube Functionality
Microsoft Dynamics.
Introduction to VSTS Database Professional
Building Self-Service BI Applications Using PowerPivot
6/22/2019 2:20 PM © 2006 Microsoft Corporation. All rights reserved.
Tech·Ed North America /7/2019 2:30 PM
Module 5: Creating Multidimensional Databases
Module 8: Introduction to MDX Module 8 Introduction to MDX
Presentation transcript:

Microsoft Dynamics AX 2009 Integration and Development with.NET Framework Business Intelligence: OLAP and Analytics

Agenda Changes in the AOT Business Intelligence Properties Business Intelligence Projects Business Intelligence Development Studio (BIDS) Role-based Business Intelligence

OLAP and Analytics in Dynamics AX 2009

Perspectives Located in the AOT under \Data Dictionary\Perspectives Based on tables The Usage property must be OLAP or Both for BI projects generation

BI Properties – EDT and Base Enums AnalysisUsage – the role of EDT in the dimensional model AnalysisDefaultTotal – the measure aggregation function BI-specific properties of EDT AnalysisUsage – the role of Microsoft Dynamics AX Enum in the dimensional model BI-specific properties of Base Enums

BI Properties - Table IsLookup – whether analysis attributes will be rolled up into the parent dimension AnalysisIdentifier – the table field used as a dimension instance identifier SingularLabel – a caption to be generated for the current table dimensions BI-specific properties of table definition NOTE: All of these properties are inherited by perspectives (table definition section) and can be redefined

BI Properties – Table AnalysisUsage AnalysisDefaultTotal AnalysisLabel – a label to be used for dimension attributes or measures generated for the current field BI-specific properties of table field NOTE: All of these properties are inherited by perspectives (table field definition section) and can be redefined

BI Project Generation Options Exchange rate company Exchange rate master currency Enable logging Log file General tab Main Menu > Tools > BI tools > BI Project generation options

BI Project Generation Options Standard calendar, Fiscal calendar Start date, End date Time periods Time Dimensions tab

BI Project Generation Options Generate translations – generate translations for the cube and dimensions metadata Generate – select languages for translation Translations tab

BI Project Generation Folder Project name Open generated project Generate Main Menu > Tools > BI tools > Generate BI Project

Update BI Project Project name – path and file name of the Analysis Server database project General tab Main Menu > Tools > BI tools > Update BI Project

Update BI Project Time Dimensions tab Main Menu > Tools > BI tools > Update BI Project Standard calendar, Fiscal calendar Start date, End date Time periods

Update BI Project Update translations Overwrite existing translations Update Translations tab

Update BI Project Create Cubes Update Cubes Create Dimensions Update Dimensions Update Measure Groups Update Dimension Usage Update Hierarchies After Update Script Update Options tab

BI Development Studio Data Sources Data Source Views Cubes Dimensions Mining Structures Roles Assemblies Miscellaneous BI Project elements

BI Development Studio Build and deployment

UDM Customization - Cube Structure Cube Measures Cube Dimensions Attributes Hierarchies Data Source View Add/remove/change:

UDM Customization - Dimension Usage

UDM Customization - Calculations Calculation member Named set Script command Calculations Metadata Functions Templates Calculation tools

UDM Customization - KPIs Current value Goal value KPI values: Status indicator Trend indicator KPI indicators:

Cube Metadata Translations

Cube Browser

Dimensions - Dimension Structure Attributes Hierarchies and Levels Time periods

Dimensions - Translations

Role Based Business Intelligence Full control (Administrator) Process database Read definition Database roles:

Role Based Business Intelligence

Access – None, Read Read Definition Data source access properties:

Role Based Business Intelligence Access – None, Read, Read/Write Local Cube/Drillthrough – None, Drillthrough, Drillthrough and Local Cubes Process Cube access properties:

Role Based Business Intelligence Access – None, Read, Read/Write Read definitions Process Dimensions access properties:

Demo Business Intelligence in Dynamics AX 2009

Q&A

Introducing the Lab In this lab you will: –Create the OLAP report

© 2008 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.