Chapter 3 Files/Folders needed: \Chapter3\Samples \Chapter3\Labs.

Slides:



Advertisements
Similar presentations
Microsoft Dynamics® AX 2012
Advertisements

1. Complete and integrated BI and Performance Management offering Complete and integrated BI and Performance Management offering Widespread delivery of.
Anil Desai. Independent Consultant (Austin, TX) Author of numerous SQL Server books Certification Training Instructor, Implementing and Managing SQL Server.
Data Base. Objective Become familiar with database terminology. Create a project to display data for a single database table. Use a DataGrid control.
Introduction to ETL Using Microsoft Tools By Dr. Gabriel.
Chapter 10 Database Applications Copyright © 2011 by The McGraw-Hill Companies, Inc. All Rights Reserved. McGraw-Hill.
Arjun Krishnamoorthi  Power View enables self-service BI by providing simple to use ad-hoc reporting for business users and decision.
Exploring Microsoft Access 97 Chapter 3 Information From the Database: Reports and Queries Office graphic copyright by Microsoft Corp.
Chapter 12: Using ADO.NET 2.0 Programming with Microsoft Visual Basic 2005, Third Edition.
Integrating Access with the Web and with Other Programs.
SQL Reporting Services and your sanity Greg Celentano.
PC222 © IOZ AG What Design? Visio Shapes Data Graphics Custom Shapes Images Clipart CAD SVG … What Data? SharePoint Excel SQL … What.
® IBM Software Group © IBM Corporation IBM Information Server Deliver – Federation Server.
Building Ad-Hoc Reports using the SQL Server 2005 Reporting Services (SSRS) Report Builder (SQL307) Adrian Rupp Business Intelligence Solutions Specialist.
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
© IOZ AG What Design? Visio Shapes Data Graphics Custom Shapes Images Clipart CAD SVG … What Data? SharePoint Excel SQL …
SharePoint and SSRS Brian Caauwe – Senior SharePoint Consultant Megan Caauwe – BI Associate Consultant April 14, 2012 Better Together.
Report Management and Creation using Microsoft SQL Server 2008 Reporting Services Chris Testa-O’Neill Database Product Planner Remarc Group.
10-1 aslkjdhfalskhjfgalsdkfhalskdhjfglaskdhjflaskdhjfglaksjdhflakshflaksdhjfglaksjhflaksjhf.
Web Services Week 8 Aims: –Using web services as front ends to databases Objectives: –Review of relational databases –Connecting to and querying databases.
1© Copyright 2013 EMC Corporation. All rights reserved. Dimitri Ayrapetov November 9, 2013 Introduction to Building Reports Reporting Services.
Needs for Accessing Database To make your web site more dynamic and maintainable, you can display information on your web pages that are retrieved from.
Computer Science 101 Database Concepts. Database Collection of related data Models real world “universe” Reflects changes Specific purposes and audience.
Microsoft Business Intelligence Environment Overview.
 2006 Pearson Education, Inc. All rights reserved Database, SQL and ADO.NET.
Objectives In this lesson, you will learn to: *Identify the need for ADO.NET *Identify the features of ADO.NET *Identify the components of the ADO.NET.
Chapter 10 Files/Folders needed: \Chapter10\Samples \Chapter10\Labs.
David Dye.  Introduction  Introduction to PowerPivot  Working With PowerPivot.
Chapter Thirteen Working with Access Databases and LINQ Programming with Microsoft Visual Basic th Edition.
Text Callouts Icon Sets Data Bars Color By Value.
Microsoft SQL Server 2008 Business Intelligence. Source: SQL Server is the fastest growing DBMS SQL Server ships more units.
Ch. 101 Database Management An Introduction to Databases.
BI Practice March-2006 COGNOS 8BI TOOLS COGNOS 8 Framework Manager TATA CONSULTANCY SERVICES SEEPZ, Mumbai.
Peter Peng. Agenda Introducing A simple example More complex examples (in part 2) Developing (in part 3)
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 8 1 Microsoft Office Access 2003 Tutorial 8 – Integrating Access with the.
Module 1: Introduction to Microsoft SQL Server Reporting Services
SQL Query Analyzer. Graphical tool that allows you to:  Create queries and other SQL scripts and execute them against SQL Server databases. (Query window)
DAT 378 SQL Server 2000 Bringing The Best of Reporting Services and Analysis Services Together Sean Boon Program Manager, BI Systems
SSMS SQL Server Management System. SQL Server Microsoft SQL Server is a Relational Database Management System (RDBMS) Relational Database Management System.
Introduction to SQL Server 2000 Reporting Services Jeff Dumas Technical Specialist Microsoft Corporation
Chapter 9 Working with Databases. Copyright © 2011 Pearson Addison-Wesley Introduction In this chapter you will learn: – Basic database concepts – How.
Self-Service Business Intelligence with Power BI Theresa Eller | sharepointmadam.com | slideshare.net/SharePointMadam.
SQL Reporting Services Troubleshooting Tips Greg Celentano SQL Saturday Providence.
Share your Excel workbooks in the web Use slicer targets to optionally filter dashboard items Interact with your workbook with all of the rich.
Physical Layer of a Repository. March 6, 2009 Agenda – What is a Repository? –What is meant by Physical Layer? –Data Source, Connection Pool, Tables and.
Excel Services Displays all or parts of interactive Excel worksheets in the browser –Excel “publish” feature with optional parameters defined in worksheet.
Andy Roberts Data Architect
Sandy Rivas. Complete and powerful self-service BI in Excel Enterprise grade governance and scale in SharePoint AgilityControl IT Professional End-User.
Microsoft BI Online Training AcuteSoft: India: , Land Line: +91 (0) USA: , UK.
CHAPTER 7 LESSON B Creating Database Reports. Lesson B Objectives  Describe the components of a report  Modify report components  Modify the format.
Victoria Power BI User Group Meeting
Integrating Data Lesson 6.
Building Tabular Models
VB 2010 Pertemuan 10.
What’s new in SQL Server 2017 for BI?
<Enter course name here>
Database Management  .
07 | Analyzing Big Data with Excel
Discovering SSRS 2016 in Azure: Dataset to Deployment
TechEd /19/ :10 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
SQL Report Builder for Business Intelligence
Brief description on how to navigate within this presentation (ppt)
Module 12: Implementing an Analysis Services Tabular Data Model
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
Microsoft Office Access 2003
Microsoft Office Access 2003
Chapter 10 ADO.
Database Applications
Report viewer - filtering
ITI 257 Data Analysis with Power BI
Presentation transcript:

Chapter 3 Files/Folders needed: \Chapter3\Samples \Chapter3\Labs

What is a Data Source? What is a Dataset? Using the Report Wizard What is Tablix? Creating a Tabular Report Creating a List Report What is a Matrix? Deploying a project

◦ Microsoft SQL Server ◦ Microsoft SQL Azure ◦ SQL Server Parallel Data Warehouse ◦ OLE DB ◦ Microsoft SQL Server Analysis Services  MDX, DMX, Microsoft PowerPivot, and Tabular Models ◦ Oracle ◦ ODBC ◦ XML ◦ Report Server Model ◦ Microsoft SharePoint List ◦ SAP NetWeaver BI ◦ Hyperion Essbase ◦ Teradata data Stores Available Data Source Types

Figure 1: Connection Properties for Microsoft SQL Server Figure 2: Connection Properties for Microsoft SQL Server Analysis Services

 Shared ◦ Available to all reports in the project ◦ Defined from Solution Explorer ◦ Pointer in report works like a shortcut.  Embedded ◦ Part of the reports definition ◦ Applies to one report only ◦ Defined from Report Data window.  Convert from Embedded to Shared

 Definition Includes: ◦ Name ◦ Data Source ◦ Query ◦ Additional optional properties  Defining the query  Why Stored Procedures?

 Available to multiple reports  Provide a consistent view of the data  Require shared data sources  Move query writing away from the report writer

 Create a dataset definition embedded within the report  Can reference either an embedded or shared data source  Additional dataset properties ◦ Fields ◦ Options ◦ Filters ◦ Parameters

 Launched from Solution Explorer  Can create shared or embedded data sources  Creates only embedded datasets  Can create a table or a matrix

 General Data Region ◦ Made up of one or more cells ◦ Each cell can contain one or more report items ◦ Cells organized into rows and columns  Implemented as table, matrix, or list report items

Column Handles Tablix Handle Row Handles Specifies Detail Rows Represents Group Membership For a Specific Cell

 Configure project properties ◦ Use Solution Explorer or Build Menu  Deploy from Solution Explorer or Build menu

 Exercise 1: Creating Shared Data Sources and Datasets  Exercise 2: Using the Report Wizard  Exercise 3: Building a Basic Matrix Report