Report Builder as Self Service BI Solution

Slides:



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

James Serra – Data Warehouse/BI/MDM Architect
SQL Server 2008 Basmah AlQadheeb-213 MIS What is a Database ? A database is a collection of Data that is organized so that it can easily be accessed,
OM. Brad Gall Senior Consultant
SPONSORS. Microsoft PowerPivot for SQL Server, Excel 2010, and SharePoint 2010 Michael Herman Syntergy, Inc.
Vidas Matelis, Toronto SQL Server User Group November 13, 2008.
SQL Server 2008 R2 for the DBA Patrick LeBlanc. Objectives  New Editions  Datacenter  Parallel Data Warehouse  Multi-server management  Utility Control.
HDNUG 27-March-2007 SQL Server 2005 Suite as a Business Intelligence Solution.
Data Management Console Synonym Editor
Carlos Bossy Quanta Intelligence SQL Server MCTS, MCITP BI CBIP, Data Mining Real-time Data Warehouse and Reporting Solutions.
PROJECT ORIENTED ONLINE TRAINING ON MSBI (IS,AS,RS)
Defense In Depth: Minimizing the Risk of SQL Injection
How to Start SQL Server and SSDT BI in Local
SSIS Templates, Configurations & Variables
Convergence /6/2018 © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Building a Polished Cube
What’s new in SQL Server 2017 for BI?
What are they? The Package Repository Client is a set of Tcl scripts that are capable of locating, downloading, and installing packages for both Tcl and.
Welcome to WideWorld Importers
Data Warehousing/Loading the DW—Topics
Module III: Business Analytics
SQL Server Reporting Service & Power BI
Introduction to SQL Server Analysis Services
6/19/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Who am I Hector Villafuerte
Efficiently Searching Schema in SQL Server
Automated and Repeatable Test Cases for SQL Server Development
Creating Dashboards by using PerformancePoint 2010
Microsoft Business Intelligence
Using a Gateway to Leverage On-Premises Data in Power BI
DEA Will Be Your New Best Friend!
What is business intelligence?
SQL Server 2017 New BI Features
MongoDB for SQL Developers
Build your Key Performance Indicator data warehouse
Discovering SSRS 2016 in Azure: Dataset to Deployment
Principles of report writing
Populating a Data Warehouse
Populating a Data Warehouse
Populating a Data Warehouse
Getting Your DB Schema Under Control With SSDT
Implementing Data Models & Reports with Microsoft SQL Server
MBUG 2018 Session Title: Banner Extensibility - Page Builder
Régis Power View and the Cube Régis
Open BIDS and create new SSAS Project Right Click on Data Source and click on New Data Source.
TechEd /24/2018 6:19 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Populating a Data Warehouse
Populating a Data Warehouse
Populating a Data Warehouse
Power BI for large databases
SSRS Data-Driven Subscriptions
Module 12: Implementing an Analysis Services Tabular Data Model
Analytics in the Cloud using Microsoft Azure
SSDT and Database Project Basics
Make Your PACKAGES Communicate BETTER
From MDS to SSRS - a short walkthrough
Reporting on a Cube with SSRS
Power BI with Analysis Services
Execution plans Eugene
SSIS Data Integration Data Warehouse Acceleration
SSIS Data Integration Data Warehouse Acceleration
Michelle Haarhues Keeping up with SSMS.
SSRS – Thinking Outside the Report
How To Load A Fact Table Really, Really Fast
SSIS - Overview John Manguno. SSIS - Overview John Manguno.
Data Warehousing/Loading the DW—Topics
SSIS Data Integration Data Warehouse Acceleration
Optimizing the ETL Development process using BIML
Module 5: Creating Multidimensional Databases
Bringing source control to BI world!
Presentation transcript:

Report Builder as Self Service BI Solution Jonathan Amen Senior BI Programmer / Analyst Sutter Physician Services amenjonathan@gmail.com

SQL Saturday Sacramento 2014 About Me 8 Years in Business Analysis 9 Years in SQL BI and DBA Experience with the entire MS BI Stack June 22, 2018 Jonathan Amen SQL Saturday Sacramento 2014

SQL Saturday Sacramento 2014 Overview – The Stack Data Warehouse ETL with SSIS Cubing data with SSAS Data Source on Report Manager Report Builder 3 with SSRS June 22, 2018 Jonathan Amen SQL Saturday Sacramento 2014

SQL Saturday Sacramento 2014 Data Warehouse Snowflake schema [Figure 1] Partitioned fact tables Surrogate keys AW Setup Instructions Download SQL 2012 Adventureworks DW DB File2 Attach database file June 22, 2018 Jonathan Amen SQL Saturday Sacramento 2014

SQL Saturday Sacramento 2014 ETL with SSIS Parent / Child packages [Figure 2] Queries in data flows instead of stored procedures MERGE statement Package configurations [Figure 3] AW Setup Instructions N/A (no MS download for Adventureworks SSIS) June 22, 2018 Jonathan Amen SQL Saturday Sacramento 2014 5

SQL Saturday Sacramento 2014 Cubing with SSAS Partitioned cubes Sorting DimDate Why I don’t like hierarchies AW Setup Instructions DL 2012 AW Multidimensional cube project3 Open in SQL Data Tools Configure data source and project deploy target Deploy to SSAS server June 22, 2018 Jonathan Amen SQL Saturday Sacramento 2014 6

SQL Saturday Sacramento 2014 Report Manager (SSRS) Data source for cube User folder User permissions AW Setup Instructions Create data source targeting AW cube June 22, 2018 Jonathan Amen SQL Saturday Sacramento 2014 7

SQL Saturday Sacramento 2014 Report Builder 3 (SSRS) Looks like SSRS! Dataset filtered by adding a filter attached to parameter No SQL knowledge required Very simple for users and BI developers AW Setup Instructions N/A June 22, 2018 Jonathan Amen SQL Saturday Sacramento 2014 8

SQL Saturday Sacramento 2014 Appendix 1 SQL Server 2012 SP1 Evaluation Edition: http://www.microsoft.com/en-us/download/details.aspx?id=35575 SQL Server 2012 Adventureworks DW: http://msftdbprodsamples.codeplex.com/releases/view/55330 SQL Server 2012 SSAS Multidimensional Models: http://msftdbprodsamples.codeplex.com/releases/view/55330 June 22, 2018 Jonathan Amen SQL Saturday Sacramento 2014 9

Appendix 2 Demo Install Instructions Set up Report Manager DBS --- Turn off UAC and also disable it from the registry key SSIS SSAS SSRS Native Mode SQL Data Tools Attach SQL Server 2012 Adventureworks DW DB Set up SSIS Child / Parent Packages Deploy Adventureworks 2012 Multidimensional cube Make sure SSAS is using an admin level account as its service account; not the NT Service account --- Open AW cube solution in SQL Data Tools --- Right click project, set deploy to proper SSAS server --- Open data source in SSAS project, and set to AdventureWorksDW2012 on proper server --- Right click project, deploy June 22, 2018 Jonathan Amen SQL Saturday Sacramento 2014 10

SQL Saturday Sacramento 2014 Figure 1 June 22, 2018 Jonathan Amen SQL Saturday Sacramento 2014 11

SQL Saturday Sacramento 2014 Figure 2 (SQL 2008) June 22, 2018 Jonathan Amen SQL Saturday Sacramento 2014 12

SQL Saturday Sacramento 2014 Figure 3 (SQL 2008) June 22, 2018 Jonathan Amen SQL Saturday Sacramento 2014 13