From MDS to SSRS - a short walkthrough

Slides:



Advertisements
Similar presentations
SQL Server Accelerator for Business Intelligence (SSABI)
Advertisements

Welcome Windows SharePoint Service 3.0. Craig Carpenter MCSE, MCT Director, Combined Knowledge.
Business Rules and SharePoint Workflow with Master Data Services (MDS)
Jeremy Kashel BI 200 End to End Master Data Management With SQL Server Master Data Services (MDS)
Master Data Management
Managing Master Data with MDS and Microsoft Excel
MDS enables users to curate Sets of Objects. This capability is powerful in a wide variety of scenarios across all organization levels.
Master Data Services In SQL Server Denali Jeremy Kashel
Agenda Model migration vs MDS upgrade Model migration overview Model migration – how does it work? Model package Demo.
Hands-On Microsoft Windows Server 2008 Chapter 5 Configuring, Managing, and Troubleshooting Resource Access.
Pierre-Louis Usselmann, Ben Watt SOGETI Switzerland Master Data Services.
6 MDS – all in a simple UI Data Editing and Errors Handling Hierarchy Modification Transactions Annotation (Auditing) Versioning Business Rules.
Windows Role-Based Access Control Longhorn Update
Master Data Management & Microsoft Master Data Services Presented By: Jeff Prom Data Architect MCTS - Business Intelligence (2008), Admin (2008), Developer.
1 The EDIT System, Overview European Commission – Eurostat.
Integrating Active Directory with eDirectory ™ Using Novell Account Manager Reid Oakes Technical Team Manager Novell, Inc.
2012 © Trivadis BASEL BERN LAUSANNE ZÜRICH DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. HAMBURG MÜNCHEN STUTTGART WIEN Welcome November 2012 Einführung in.
Please note that the session topic has changed
How to create a Windows app with Project Siena, SharePoint and Office 365 Knut Relbe-Moe Office 365 MVP Chief Technical Architect.
Overview of Security Investments in SQL Server 2016 and Azure SQL Database Jamey Johnston 1/15/2016Security Investments in SQL Server 2016 and Azure SQL.
Configure on-premises SharePoint environment for App/Add-in Koncern-it Dias 1.
Putting Your Head in the Cloud Working with SQL Azure David Postlethwaite 19/09/2015David Postlethwaite.
SAS BI ONLINE TRAINING Contact our Support Team : SOFTNSOL India: Skype id : softnsoltrainings id:
Risk Assessment AFFORDABLE SOLUTION USING E XCEL AND P OWER BI.
SQL Server High Availability Introduction to SQL Server high availability solutions.
INTRODUCTION TO MDX. Stick around for RAFFLE and the AFTER EVENT!  All our volunteers and organisers do not get paid for organizing this event – If.
Shadow prediction: SQL 2014 spatial data types and astronomy well mixed.
Microsoft BI Online Training AcuteSoft: India: , Land Line: +91 (0) USA: , UK.
Mastering Master Data Services Presented By: Jeff Prom BI Data Architect Bridgepoint Education MCTS - Business Intelligence, Admin, Developer.
What You’re Missing If You’re Not Using Master Data Services Steve Moss Solution Architect, Slalom.
Using abstract data layers in Microsoft SQL Server Speaker:Uwe Ricken (db Berater GmbH)
SECURING SQL AZURE DATABASE? Boris Hristov SQLSaturday #413 Copenhagen.
Planning & forecasting with SQL Server, Excel and SharePoint Simon Lidberg Principal System Engineer – Microsoft BI.
Analysis Services in times of Continuous Integration
SQL Server PowerPivot for IT Pros
Microsoft’s shiny dashboard-tool
What’s new in SQL Server 2017 for BI?
10 Amazing Things About Power BI You Don’t Know
- for the SSASMD Developer
What’s New in SQL Server 2016 Master Data Services
Creating Dashboards by using PerformancePoint 2010
From Navision Dynamics Nav to Power BI Dashboard in 45 minutes
Where I am at: Swagatika Sarangi MDM Lead PASS Summit SQL Saturdays
Administering and Deploying Power BI Solutions
Entity Based Staging SQL Server 2012 Tyler Graham
SQL Server Master Data Services
Swagatika Sarangi (Jazz), MDM Expert
Real World use cases for BizTalk360
SQL Server Analysis Services Fundamentals
Master Data Management with SQL Server 2016 Master Data Services
Overview of Security Investments
Architecture of Master Data Services in Microsoft SQL Server 2008 R2
MDS from Start to Finish
How EMI Music Implemented Master Data Services with Adatis
06 | Managing Enterprise Data
Applying Data Warehouse Techniques
Mobile, Paginated, KPIs, and Power BI, Oh My!
Performance tuning Tabular and PowerPivot models
Introducing Microsoft SQL Server 2008 R2 Master Data Services
Applying Data Warehouse Techniques
Designing SSIS Packages for Performance
Designing Complex Tabular Models
Multi-client SSAS deployment
Data Modeling and Prototyping
From MDS to SSRS - a short walkthrough
Visual Data Flows – Azure Data Factory v2
Visual Data Flows – Azure Data Factory v2
02 | Mastering Your Data Graeme Malcolm | Data Technology Specialist, Content Master Pete Harris | Learning Product Planner, Microsoft.
Data Modeling and Prototyping
Presentation transcript:

From MDS to SSRS - a short walkthrough Change your master data on the fly…

Say thank you to our Sponsors :

Stick around for RAFFLE and the AFTER EVENT! All our volunteers and organisers do not get paid for organizing this event – If you see them, please: Give them a hug Shake their hand Say thank you Spread the word Get involved yourself Don’t forget to thank the sponsors for their support Thank the speakers for donating their time, energy and expenses

Speakers Consultant for oh22data AG Pass member since 2008 Tillmann Eitelberg Gabi Muenster CEO of oh22information services GmbH PASS Regional Mentor Germany Vice-president PASS Germany Chapter Leader Cologne/Bonn, Germany Microsoft MVP Consultant for oh22data AG Pass member since 2008 Speaker at PASS regional meetings in Germany, SQLSaturday, PASS Summit, SqlBits

Agenda MDS: Basic overview Demo: Create a simple Product hierarchy in MDS Demo: Integrate hierarchical data via Lookup() in SSRS Demo: MDS versions as source for user-defined hierarchies in SSAS Demo: Changes on the fly and transfer to user frontend Preview: New MDS features in SQL 2016 Q&A

MDS: Basic overview (I) Problem Heterogenic system environment with several line of business application [LOB] who produce and consume data from identical business entities Core entities Customer Product Chart of accounts etc. Operational and Analytical Problem

? We got a problem..... Where is the truth

MDS: Basic overview (II)

MDS: Basic overview (III)

MDS: Basic overview (IV)

MDS: Basic overview (V) Operational MDM LOB‘s write and read from MDM to achieve a single point of truth MDM enforcing the single point of truth [SPOT] through rules, security, versioning LOB systems provide and consume the SPOT of an entity and the related attributes Open interfaces for data exchange All by an LOB independent UI

MDS: Basic overview (VI) Analytical MDM Instead of loading the data from different LOBs to the DWH landing area and standardize it in the stage the MDM solution is the gatekeeper The gatekeeper function of MDM will be achieved through rules, standardized hierarchies, versioning, approvals workflows, dimension modeling (SCD etc.) All by an LOB independent UI

Demo: Create a simple Product hierarchy in MDS (I)

Demo: Create a simple Product hierarchy in MDS (II) MDS System Administration: Create model Excel Add-in: Create entities from data Configure Domain-Based Attributes Create derived hierarchy

Demo: Create a simple Product hierarchy in MDS (III) MDS Version Management: Create flags Administer versions MDS Integration Management: Create SQL views

Demo: Integrate hierarchical data via Lookup() in SSRS (I)

Demo: Integrate hierarchical data via Lookup() in SSRS (II) Create dataset with Hierarchy information Consider datatypes Relate master data to facts using function Lookup(Source, Destination, Result, Data set) for label and grouping

Demo: MDS versions as source for user-defined hierarchies in SSAS (I)

Demo: MDS versions as source for user-defined hierarchies in SSAS (II) Prepare schema and dimension view in MDS database => Recommendation: use independent solution (ETL transfer, dedicated database, …) Create data source in SSAS project and add view to data source view Build dimension with user-defined hierarchies Integrate dimension into existing cube

Demo: Changes on the fly and transfer to user frontend (I)

What's new with SQL Server 2016 Massive performance and scale improvements Scale entities to 100 million members (and beyond) 15x performance increase of excel Faster entity based staging Many improvements in the security area Multiple administrator roles Granular security permissions in MDS (read/modify/create/delete) Features to help solve merge conflict when multiple people are trying to modify the same entity Improved MDS model deployment Entity sharing across models

What's new with SQL Server 2016 Improvements for the today's examples Support for custom indexes Subscription view for historical data Simplified hierarchies – just derieved, explicit is depricated

Questions?