Building Self-Service BI Solutions with Power Query. Written By: Devin

Size: px
Start display at page:

Download "Building Self-Service BI Solutions with Power Query. Written By: Devin"

Transcription

1 Building Self-Service BI Solutions with Power Query Written By: Devin

2 CONTENTS PAGE 3 PAGE 4 PAGE 5 PAGE 6 PAGE 7 PAGE 8 PAGE 9 PAGE 11 PAGE 17 PAGE 20 PAGE 23 PAGE 24 INTRODUCTION WHAT IS POWER QUERY WHEN USE POWER QUERY WHO SHOULD USE POWER QUERY POWER QUERY DEMONSTRATION: MAKING SENSE OF CENSUS DATA EXTRACTING DATA TRANSFORMING DATA ADDING ADDITIONAL DATA SOURCES MERGING DATA VISUALIZING DATA SELF-SERVICE, NOT SELF-TAUGHT SUMMARY

3 Introduction INTRODUCTION Demand for data has never been higher. Keeping up with the business needs has become increasingly difficult. Traditional ways of getting the business the data they need often has long planning cycles which make it difficult to adjust when the requirements or needs change. This demand is what launched many new Self-Service technologies, which allow the business to design their own solutions with little need to involve IT. Having this ability to create data solutions on their own enables the business to be much more agile in their decision making process. Business Intelligence has long been the way to visualize how a business can truly be more successful through the process of making decisions. Business Intelligence is all about taking data and transforming it into something meaningful for business purposes. The rise of Self- Service technologies is one of the most significant developments to affect Business Intelligence since the technology s creation. Through Self-Service BI, business units can personalize Business Intelligence to their needs and solve problems at a much faster rate than any traditional BI solution. This is why businesses are looking to Self-Service BI to solve the smaller, but no less significant, problems that individual departments need addressed. Organizations should not see Self-Service BI as an opportunity to completely disengage IT. Self-Service BI solutions may be great for shorter development cycles and getting feedback from the business quicker, but it is not a cure all to solving problems. Corporate, or IT driven BI, will continue to be a better solution around data quality, scalability, and providing a single version of the truth. Imagine a scenario where multiple departments have implemented Self-Service solutions but they all give different answers on the same question. Clearly in this situation, Corporate BI would be better suited to create a Data Warehouse providing the business with a single version of the truth. The lesson here is use the right tool for the job. Analyze the problem you are trying to solve and then determine if it is better solved with Corporate or Self-Service BI. The major components of Business Intelligence is data extraction and manipulation. With traditional Corporate BI this can done through tools like SSIS (SQL Server Integration Services), which is an enterprise ETL (Extract Transform Load) tool. However, the goal of this white paper is to focus on using and understanding one of Microsoft s latest Self-Service BI tools called Power Query. PAGE 3

4 What is Power Query WHAT IS POWER QUERY Power Query is a Self-Service data extraction tool that is a free add-in for Excel 2010 or higher. This allows users that are already comfortable with Excel a smaller learning curve to start enjoying it. Power Query has a vast array of options that it can use as data sources. The types of sources that can be used are: Web page Excel or CSV file XML file Text file Folder SQL Server database Windows Azure SQL Database Access database Oracle database IBM DB2 database MySQL database SharePoint List OData feed Hadoop Distributed File System (HDFS) Windows Azure Marketplace Active Directory Facebook This paper will show you how simple yet powerful Power Query really is by showing you an example of solving a problem that would be fairly complex using traditional ETL tools like SSIS but made simple with Power Query. By no means is Power Query going to replace SSIS, at least not in the current form, but it can be used for solving quick data extraction challenges. Integration Services will still be used for things like complex Data Warehouse loads. You can download the tool from the following URL: PAGE 4

5 When use Power Query WHEN USE POWER QUERY In the introduction of this paper it was discussed that Self-Service BI tools cannot solve all your business problems. So when should you choose to use a Self-Service tool like Power Query? There is no blanket answer to this question. As new initiatives come up they should be analyzed on a case by case basis to determine if Power Query is a good fit or not. There are many factors that you can consider, so if you find it difficult to make a choice than make a list of the challenges you are trying to get past and mark each as better solved with Self-Service BI or Corporate BI. This table shows a basic example of a decision matrix to help guide you through making this decision. NEED IMPORTANCE SCORE (1-5) SELF-SERVICE BI CORPORATE BI DATA QUALITY 4 X SHORT DEVELOPMENT CYCLE 5 X SINGLE VERSION OF TRUTH 2 X USER DEVELOPMENT 5 X SCALABILITY 3 X SCORE 10 9 For any given solution simply adjust the importance score. For example, in some projects scalability may be the most important problem to solve while other projects it may be the least important. This demonstrates why this score may change from project to project. PAGE 5

6 Who should use Power Query WHO SHOULD USE POWER QUERY Within Self-Service BI there are several roles that individuals may identify with. These are by no means formal roles but often business users will align their expertise to one of the following four: Data Wrangler, Data Steward, Power Analyst, or Collaborative User. Business users may align with just one single role or take on all four but it is important that to understand what each involve. These roles are summarized in the image below. As you may guess, Power Query is primarily facilitated by the Data Wrangler role. This role specializes in bringing together and creating meaning out of data. They often pull together disparate data sources and create relationships where they may have not previously existed. They must know each data source well or at least know where to get the right answers to questions when they arise. They can give details such as where data resides, how to access it and how frequently it is refreshed. The data wrangler has one of the most important roles because everything they design impacts the subsequent roles. PAGE 6

7 POWER QUERY DEMONSTRATION: MAKING SENSE OF CENSUS DATA One of the more fascinating things about Power Query is its ability to pull in data from unusual data sources. This give you the ability to tap into data sources that were previously thought of as difficult to analyze. It also makes public data sources much more of an asset when combined with existing data sources. This white paper will use the public data source of United States Census data for targeting high income counties in the state of Florida. Imagine you work for a retail company that is looking to open a new store front in Florida. If you could bring this pubic data source in for the analysis of that choice you could make a much more informed decision on choosing a new retail store location. This example will walk you through using Power Query to do the Following: Extracting Data Transforming Data Adding Additional Data Sources Merging Data Visualizing Data (Using Power View) To follow this example you will need the following functionality on your machine: Internet Access Excel Professional 2010 or higher Power Query add-in Power Pivot add-in (Already installed if using Excel 2013) If you are using Excel 2010 you must have SharePoint 2010 SP1 or higher with SQL Server 2012 for the Visualizing Data section. If you are using Excel 2013 all functionality is built-in. PAGE 7

8 Extracting Data For our example we ll be pulling census data which can be found on the web. Use the following step-by-step instructions to complete the example: 1. Launch Excel 2010 or higher. 2. Select the Power Query tab. 3. Click From Web under the Get External Data part of the Office Ribbon. 4. Use the URL then click OK. 5. This will launch the Query Editor query with a sample of the data that will be used during the data transformation process. 6. Now rename the query in the top left of the screen by double-clicking where it says Query1. Name the query Demographics. PAGE 8

9 Transforming Data Now that the data is inside the Power Query window you will need to apply transformations to the data to make it usable for reporting. Use the following step-by-step directions to manipulate the data to fit our needs: 1. Right-click on the Column header named Column1 and select Split Column -> By Delimiter 2. In the Split a column by delimiter dialog keep the default settings of Comma delimiter and At each occurrence of the delimiter then click OK. 3. With the columns now split you can clearly see that the first row of the data is column headers. Rightclick on any one of the column headers and select Use First Row As Headers. PAGE 9

10 4. The columns here are not properly organized for the other queries we ll pull in later. Select all the columns except fips then right-click and select Unpivot Columns. 5. The new Value column is full of metrics that we d like to eventually aggregate on and therefore the data type must be changed to a number. Right-click on the Values column and select Change Type -> Number. 6. Once this is complete click Done. This will load the data into Excel. This is quickly demonstrates some basic transformations in Power Query. Next we ll pull in some additional data sources to help round out the analysis. PAGE 10

11 Adding Additional Data Sources To make this a more functional example let s add a couple more data sources and then finally merge them together. Use the following steps to add in two new data source: 1. Select the Power Query tab. 2. Click From Web under the Get External Data part of the Office Ribbon. 3. Use the URL then click OK. 4. This will launch the Query Editor query with a sample of the data that will be used during the data transformation process. 5. Now rename the query in the top left of the screen by double-clicking where it says Query1. Name the query Data Dictionary. 6. This file is a fixed width file so when we split the columns it will be based on the number of characters. Right-click on the Column header named Column1 and select Split Column ->By Number of Characters 7. Change the Number of characters property to 9 and change the Split property to At the left-most delimiter. Click OK. PAGE 11

12 8. Right-click on the Column header named Column1.2 and select Split Column ->By Number of Characters 9. Change the Number of characters property to 106 and change the Split property to At the left-most delimiter. Click OK. 10. We now have two columns that provide a data dictionary for our first file we loaded. The Column1.2.2 has data that we re not concerned with for this example so remove it by right-clicking on it and selecting Remove. 11. Just like the previous file our column headers are in the first row of the data so right-click on any of the column headers and Use First Row as Headers. 12. Remove extra spaces that appear at the end of each column by selecting both columns and right-clicking. Select Transform -> Trim to remove the extra spaces. PAGE 12

13 13. Right-click on the Data_Item column and select Rename. Rename the column Attribute. 14. Next, right-click on the Item_Description column and select Rename. Rename the column Description. 15. Click Done. 16. Let s add in one more data source now. Select the Power Query tab. 17. Click From Web under the Get External Data part of the Office Ribbon. 18. Use the URL then click OK. 19. This will launch the Query Editor query with a sample of the data that will be used during the data transformation process. 20. Now rename the query in the top left of the screen by double-clicking where it says Query1. Name the query County. 21. Again we must deal with a file with delimiters. Right-click on the Column1 header and select Split Column ->By Delimiter. 22. Change the delimiter to Space and change the Split property to At the leftmost delimiter. Click OK. PAGE 13

14 23. Right-click on the Column1.2 header and select Split Column ->By Delimiter. 24. Leave the default delimiter as Comma and change the Split property to At the right-most delimiter. Click OK. 25. You will notice this not only includes county data but also states and United States. Let s start by removing the United States value. Select the down arrow next to Column1.2.1 and uncheck UNITED STATES from the filter list then click OK. 26. Next to remove the state data start by right-clicking on Column1.2.2 and select Insert Column ->Custom. 27. Add the following code to the Custom Column Formula box: if [Column1.2.2] = null then [Column1.2.1] else null. Click OK. 28. Click on the fx button in the formula bar to create a custom function. PAGE 14

15 29. Use the following custom formula to fill in the state name down each corresponding row: = Table.FillDown(InsertedCustom,"Custom") 30. Select the down arrow next to the column named Column1.2.2 and uncheck (null) values. Then click OK. 31. Right-click on the column named Column1.2.2 and select Remove. It will no longer be needed. PAGE 15

16 32. To ensure all the data has the same casing right-click on the column named Custom and select Transform ->Capitalize Each Word. 33. Finally, let s fix the column names. Right-click on the column named Column1.1 and select Rename. Set the new column name to FIPS. 34. Right-click on the column named Column1.2.1 and select Rename. Set the new column name to County. 35. Right-click on the column named Custom and select Rename. Set the new column name to State. 36. Click Done to import this query to Excel. PAGE 16

17 Merging Data Now that all the data sources have been extracted and transformed separately we must merge them together in order to report on each dataset at once. Finally we will load the resulting table into a Power Pivot model. 1. Navigate to the Power Query tab and select Merge to start combining the queries. 2. Select the Demographics table as the primary table and Data Dictionary as the table to be merged. 3. Click the Attribute column in both tables to simulate a join column. 4. You may be prompted to select a privacy level. If so change the privacy level to Public then click Save. This will return you back to the Merge dialog. PAGE 17

18 Merging Data 5. Notice the matched rows on the bottom that identifies the number of rows that match between each query. While we have an exact match in this example it is not mandatory that the rows match in each table. Click OK. 6. This will launch the Query Editor again. Power Query may automatically convert the fips column to a number so right-click on the fips column and change the select Change Type ->Text. 7. Select the expand button next to the column named NewColumn and select Description. Click OK. 8. Click Done. 9. Navigate back to the Power Query tab and select Merge again. 10. Select Merge1 as the primary table and County as the merge table 11. Click the fips column from the Merge1 table and the FIPS column from the County table to simulate a join column. 12. You may be prompted again to select a privacy level. If so change the privacy level to Public then click Save. This will return you back to the Merge dialog. 13. Click OK in the Merge dialog. 14. This will launch the Query Editor again. Select the expand button next to the column named NewColumn and uncheck FIPS. Click OK. PAGE 18

19 Merging Data 15. Click the down arrow next to the column named NewColumn.County and uncheck (null) then click OK. 16. Rename the new columns by right-clicking on NewColumn.Description and selecting Rename. Set the new name to Description. 17. Rename the new columns by right-clicking on NewColumn.County and selecting Rename. Set the new name to County. 18. Rename the new columns by right-clicking on NewColumn.State and selecting Rename. Set the new name to State. 19. Click Done. 20. In the Query Settings window double-click on the query name Merge2 and rename the query County Demographics. 21. Also in the Query Settings window select Load to data model to bring this table into Power Pivot. This button is only available in Excel If you are using Excel 2010 you can do the same action by launching the Power Pivot window then selecting the Design tab and Existing Connections. PAGE 19

20 Visualizing Data While this paper has focused mainly on the capabilities of Power Query we will end this demonstration by placing our demographic data in a presentation layer. Using Power View we will place our data points on a map to finally help make the decision which county in Florida would be best for our retail location. 1. Go to the Insert menu in Excel This demonstration can be done in Excel 2010 also after deploying to SharePoint. Power View was added as a built in tool for Excel 2013 so these steps may vary if you are using Excel 2010 with SharePoint. 2. Select the Power View button. 3. By default a table will be created with all the fields selected. Delete the default table by selecting it and hitting delete. 4. Navigate to the Power View Fields pane on the right and expand the County Demographics table. 5. Click and drag the State field into the filter section of the report. Then select Florida so it will be the only state viewed in the report. PAGE 20

21 6. Next select County and Value from the same table. This will place the data into a flatten table on the report design surface 7. To change this to a map click Map in the Design tab under the Switch Visualization section. 8. Resize the map to take up the entire design surface by grabbing a corner and stretching it to fit the screen. PAGE 21

22 9. You will notice there are several data points on the map that are outside the state of Florida. This is because those states happen to have counties with the same name as Florida counties. 10. Zoom in and adjust the map so the only state that is the focus is Florida. 11. In the Power View Fields pane drag the Description column into the Filters pane. 12. Check Median Household Income, as the filter selection and then close the Filters pane. 13. Give the report a title of Florida Household Income to complete the report. This report now give us the answer of which counties in Florida have the highest average income earners. Using the analysis we can make a more informed decision on creating a new retail store. PAGE 22

23 Self-Service, Not Self-Taught SELF-SERVICE, NOT SELF-TAUGHT The biggest misconception about Self-Service BI is that it doesn t require training. Doing a simple web search on Self-Service BI will render articles warning of the low success rate of Self-Service BI or the difficulty users have grasping the concepts of Self-Service BI. What most overlook in these articles is the reason users have difficulty. The truth is many companies do in fact assume because it is Self- Service that it is also self-taught, which couldn t be further from the truth. In fact, training is pivotal to the success of implementing Self-Service BI as a business solution. While many Self-Service BI tools are designed using interfaces that are familiar to users, like Excel, this does not mean they can be learned without formal instructional lessons. Educating users on interacting with the Self-Service development lifecycle is the biggest differentiator in companies that fail and those that succeed with Self-Service BI. Pragmatic Works has training options for you to both develop and hone your Self-Service skills. Our Virtual Training class is a great option for those who can t travel or take a prolonged period of time off work. This 4-day class is designed to get you up to speed using tools easily accessible to Power Users. First you will learn the basics of creating models using Power Pivot. Then using Power Query you will shape additional data that can be found in external data sources. Finally, you will learn the best ways to present your data by building reports using Excel, Power View and Power Map. You will also learn how to make the Self-Service BI solutions you create scalable across your entire enterprise environment. To learn more about this class please visit: In addition we also hold in person Workshops across the country in Microsoft offices that cover the same course material in two full eight hour days. This gives you the opportunity to participate in a live environment while quickly ramping up your skillset. You can see a complete listing of our currently scheduled Workshops here: BusinessAnalytics.aspx PAGE 23

24 Self-Service, Not Self-Taught Summary If Business Intelligence is used to analyze data to make informed decisions about business operations, then Self-Service BI gives those that need it most the ability to create solutions to answer their own questions. Providing proper training to developers of Self-Service solutions will go a long way to being successful in building these solutions. Power Query provides users with the ability to extract data that previously seemed impossible without lengthy IT driven projects. Once extracted, Power Query can easily manipulate data through many simple transformation commands that can be done with ease. Power Query gave us the ability to get new data sources into a familiar Excel environment where we could then visualize the data through tools like Power View, which was demonstrated in this white paper. PAGE 24

Index A, B, C. Rank() function, steps, 199 Cloud services, 2 Comma-separated value (CSV), 27

Index A, B, C. Rank() function, steps, 199 Cloud services, 2 Comma-separated value (CSV), 27 Index A, B, C Calculations, Power Query distinct customers code implementations, 205 duplicate date and customer, 204 group by dialog configuration, 204 objective, 202 output, 205 Query Editor toolbar,

More information

Microsoft Power BI for O365

Microsoft Power BI for O365 Microsoft Power BI for O365 Next hour.. o o o o o o o o Power BI for O365 Data Discovery Data Analysis Data Visualization & Power Maps Natural Language Search (Q&A) Power BI Site Data Management Self Service

More information

Shawn Dorward, MVP. Getting Started with Power Query

Shawn Dorward, MVP. Getting Started with Power Query Shawn Dorward, MVP Getting Started with Power Query Shawn Dorward Microsoft MVP, Business Solutions Dynamics GP Practice Lead Shawn.Dorward@InterdynArtis.com Headquartered in Charlotte, NC Founded in 1989

More information

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training OBIEE Oracle Business Intelligence Enterprise Edition Rensselaer Business Intelligence Finance Author Training TABLE OF CONTENTS INTRODUCTION... 1 USER INTERFACE... 1 HOW TO LAUNCH OBIEE... 1 TERMINOLOGY...

More information

Sample Data. Sample Data APPENDIX A. Downloading the Sample Data. Images. Sample Databases

Sample Data. Sample Data APPENDIX A. Downloading the Sample Data. Images. Sample Databases APPENDIX A Sample Data Sample Data If you wish to follow the examples used in this book and I hope you will you will need some sample data to work with. All the files referenced in this book are available

More information

Shawn Dorward, MVP. Getting Started with Power Query

Shawn Dorward, MVP. Getting Started with Power Query Shawn Dorward, MVP Getting Started with Power Query Meet our Presenter InterDyn Artis specializes in the implementation, service and support of Microsoft Dynamics Enterprise Resource Planning (ERP) and

More information

UP L11 Using IT Analytics as an Alternative Reporting Platform Hands-On Lab

UP L11 Using IT Analytics as an Alternative Reporting Platform Hands-On Lab UP L11 Using IT Analytics as an Alternative Reporting Platform Hands-On Lab Description IT Analytics has a diverse and powerful way of displaying data to your users. In this lab, you will learn how to

More information

Power Query for Parsing Data

Power Query for Parsing Data Excel Power Query Power Query for Parsing Data Data Models Screen 1In Excel 2010 and 2013 need to install the Power Query; however, in 2016 is automatically part of the Data Tab ribbon and the commands

More information

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Demo Introduction Keywords: Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Goal of Demo: Oracle Big Data Preparation Cloud Services can ingest data from various

More information

Exchange (Copy, Import, Export) Data Between Excel and Access

Exchange (Copy, Import, Export) Data Between Excel and Access Excel usage is widespread and Excel is often the go-to Office application for data entry, analysis, and manipulation. Microsoft Access provides relational database capability in a compact desktop environment.

More information

Creating Simple Report from Excel

Creating Simple Report from Excel Creating Simple Report from Excel 1.1 Connect to Excel workbook 1. Select Get Data Excel in the Home ribbon tab, 2. In the Open File dialog box, select the 2015 Sales.xlsx file. Then in the Navigator pane,

More information

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman Chapter 9 Copyright 2012 Manning Publications Brief contents PART 1 GETTING STARTED WITH SHAREPOINT 1 1 Leveraging the power of SharePoint 3 2

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

More information

Hands-On Lab. Developing BI Applications. Lab version: Last updated: 2/23/2011

Hands-On Lab. Developing BI Applications. Lab version: Last updated: 2/23/2011 Hands-On Lab Developing BI Applications Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: USING THE CHART WEB PART... 4 Task 1 Add the Chart Web Part to the page... 4 Task 2

More information

Chapter 7. Joining Maps to Other Datasets in QGIS

Chapter 7. Joining Maps to Other Datasets in QGIS Chapter 7 Joining Maps to Other Datasets in QGIS Skills you will learn: How to join a map layer to a non-map layer in preparation for analysis, based on a common joining field shared by the two tables.

More information

Hands-On Lab. Lab: Developing BI Applications. Lab version: Last updated: 2/23/2011

Hands-On Lab. Lab: Developing BI Applications. Lab version: Last updated: 2/23/2011 Hands-On Lab Lab: Developing BI Applications Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: USING THE CHARTING WEB PARTS... 5 EXERCISE 2: PERFORMING ANALYSIS WITH EXCEL AND

More information

Microsoft Power BI Tutorial: Importing and analyzing data from a Web Page using Power BI Desktop

Microsoft Power BI Tutorial: Importing and analyzing data from a Web Page using Power BI Desktop Microsoft Power BI Tutorial: Importing and analyzing data from a Web Page using Power BI Desktop Power BI Desktop In this tutorial, you will learn how to import a table of data from a Web page and create

More information

Basic Intro to ETO Results

Basic Intro to ETO Results Basic Intro to ETO Results Who is the intended audience? Registrants of the 8 hour ETO Results Orientation (this training is a prerequisite) Anyone who wants to learn more but is not ready to attend the

More information

SAS BI Dashboard 3.1. User s Guide Second Edition

SAS BI Dashboard 3.1. User s Guide Second Edition SAS BI Dashboard 3.1 User s Guide Second Edition The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2007. SAS BI Dashboard 3.1: User s Guide, Second Edition. Cary, NC:

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

Excel. Self Service BI: Power Query ABSTRACT: By Eric Russo

Excel. Self Service BI: Power Query ABSTRACT: By Eric Russo Self Service BI: Excel Power Query ABSTRACT: By Eric Russo Microsoft Power BI is a self service solution for your data needs using Excel. It incorporates different tools for data discovery, analysis and

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface CHAPTER 1 Finding Your Way in the Inventor Interface COPYRIGHTED MATERIAL Understanding Inventor s interface behavior Opening existing files Creating new files Modifying the look and feel of Inventor Managing

More information

Reference Guide. Adding a Generic File Store - Importing From a Local or Network ShipWorks Page 1 of 21

Reference Guide. Adding a Generic File Store - Importing From a Local or Network ShipWorks Page 1 of 21 Reference Guide Adding a Generic File Store - Importing From a Local or Network Folder Page 1 of 21 Adding a Generic File Store TABLE OF CONTENTS Background First Things First The Process Creating the

More information

Learn SQL by Calculating Customer Lifetime Value

Learn SQL by Calculating Customer Lifetime Value Learn SQL Learn SQL by Calculating Customer Lifetime Value Setup, Counting and Filtering 1 Learn SQL CONTENTS Getting Started Scenario Setup Sorting with ORDER BY FilteringwithWHERE FilteringandSorting

More information

Create and Modify Queries 7

Create and Modify Queries 7 Create and Modify Queries 7 LESSON SKILL MATRIX Skill Exam Objective Objective Number Creating a Query Create a Select query. 4.1.1 Modifying a Query Use the Show Table command. 4.2.1 Use the Remove Table

More information

Office of Geographic Information Systems

Office of Geographic Information Systems Office of Geographic Information Systems Print this Page Fall 2012 - Working With Layers in the New DCGIS By Kent Tupper The new version of DCGIS has access to all the same GIS information that our old

More information

Style Report Enterprise Edition

Style Report Enterprise Edition INTRODUCTION Style Report Enterprise Edition Welcome to Style Report Enterprise Edition! Style Report is a report design and interactive analysis package that allows you to explore, analyze, monitor, report,

More information

Intermediate Excel Training Course Content

Intermediate Excel Training Course Content Intermediate Excel Training Course Content Lesson Page 1 Absolute Cell Addressing 2 Using Absolute References 2 Naming Cells and Ranges 2 Using the Create Method to Name Cells 3 Data Consolidation 3 Consolidating

More information

SQL Server Reporting Services (SSRS) is one of SQL Server 2008 s

SQL Server Reporting Services (SSRS) is one of SQL Server 2008 s Chapter 9 Turning Data into Information with SQL Server Reporting Services In This Chapter Configuring SQL Server Reporting Services with Reporting Services Configuration Manager Designing reports Publishing

More information

Exploring the Microsoft Access User Interface and Exploring Navicat and Sequel Pro, and refer to chapter 5 of The Data Journalist.

Exploring the Microsoft Access User Interface and Exploring Navicat and Sequel Pro, and refer to chapter 5 of The Data Journalist. Chapter 5 Exporting Data from Access and MySQL Skills you will learn: How to export data in text format from Microsoft Access, and from MySQL using Navicat and Sequel Pro. If you are unsure of the basics

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPONT 2013 BUSINESS INTELLIGENCE

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPONT 2013 BUSINESS INTELLIGENCE SHAREPONT 2013 BUSINESS INTELLIGENCE SharePoint 2013 Business Intelligence (SBI2013 version 1.1.0) Copyright Information Copyright 2016 Webucator. All rights reserved. The Author Bruce Gordon Bruce Gordon

More information

Doc. Version 1.0 Updated:

Doc. Version 1.0 Updated: OneStop Reporting Report Composer 3.5 User Guide Doc. Version 1.0 Updated: 2012-01-02 Table of Contents Introduction... 2 Who should read this manual... 2 What s included in this manual... 2 Symbols and

More information

VUEWorks Report Generation Training Packet

VUEWorks Report Generation Training Packet VUEWorks Report Generation Training Packet Thursday, June 21, 2018 Copyright 2017 VUEWorks, LLC. All rights reserved. Page 1 of 53 Table of Contents VUEWorks Reporting Course Description... 3 Generating

More information

UAccess ANALYTICS A New Look, New Features, and New Functions

UAccess ANALYTICS A New Look, New Features, and New Functions UAccess Analytics has been updated to a new version of software! Naturally, a software update means there are some new features and functions available to UAccess Analytics users. An Updated Look One thing

More information

Light Speed with Excel

Light Speed with Excel Work @ Light Speed with Excel 2018 Excel University, Inc. All Rights Reserved. http://beacon.by/magazine/v4/94012/pdf?type=print 1/64 Table of Contents Cover Table of Contents PivotTable from Many CSV

More information

Vizit Essential for SharePoint 2013 Version 6.x User Manual

Vizit Essential for SharePoint 2013 Version 6.x User Manual Vizit Essential for SharePoint 2013 Version 6.x User Manual 1 Vizit Essential... 3 Deployment Options... 3 SharePoint 2013 Document Libraries... 3 SharePoint 2013 Search Results... 4 Vizit Essential Pop-Up

More information

Course Outline. Writing Reports with Report Builder and SSRS Level 1 Course 55123: 2 days Instructor Led. About this course

Course Outline. Writing Reports with Report Builder and SSRS Level 1 Course 55123: 2 days Instructor Led. About this course About this course Writing Reports with Report Builder and SSRS Level 1 Course 55123: 2 days Instructor Led In this 2-day course, students will continue their learning on the foundations of report writing

More information

Introduction to Cognos Participants Guide. Table of Contents: Guided Instruction Overview of Welcome Screen 2

Introduction to Cognos Participants Guide. Table of Contents: Guided Instruction Overview of Welcome Screen 2 IBM Cognos Analytics Welcome to Introduction to Cognos! Today s objectives include: Gain a Basic Understanding of Cognos View a Report Modify a Report View a Dashboard Request Access to Cognos Table of

More information

Lumira 2.0 Discovery. What I Like Best about Lumira Discovery:

Lumira 2.0 Discovery. What I Like Best about Lumira Discovery: Lumira 2.0 Discovery During some downtime recently, I decided to play around with the new Lumira 2.0. I had not used Lumira 1.0 in about eight months. I was excited to see what improvements were made to

More information

Using Reports. Access 2013 Unit D. Property of Cengage Learning. Unit Objectives. Files You Will Need

Using Reports. Access 2013 Unit D. Property of Cengage Learning. Unit Objectives. Files You Will Need Unit D CASE Samantha Hooper, a tour developer at Quest Specialty Travel, asks you to produce some reports to help her share and analyze data. A report is an Access object that creates a professional looking

More information

How to integrate data into Tableau

How to integrate data into Tableau 1 How to integrate data into Tableau a comparison of 3 approaches: ETL, Tableau self-service and WHITE PAPER WHITE PAPER 2 data How to integrate data into Tableau a comparison of 3 es: ETL, Tableau self-service

More information

Advance Excel Performing calculations on data 1. Naming groups of data 2. Creating formulas to calculate values

Advance Excel Performing calculations on data 1. Naming groups of data 2. Creating formulas to calculate values Advance Excel 2013 Getting started with Excel 2013 1. Identifying the different Excel 2013 programs 2. Identifying new features of Excel 2013 a. If you are upgrading from Excel 2010 b. If you are upgrading

More information

The following instructions cover how to edit an existing report in IBM Cognos Analytics.

The following instructions cover how to edit an existing report in IBM Cognos Analytics. IBM Cognos Analytics Edit a Report The following instructions cover how to edit an existing report in IBM Cognos Analytics. Navigate to Cognos Cognos Analytics supports all browsers with the exception

More information

Chancellor s Office Information Technology Services Corporate Information Management FIRMS Budget Review Hyperion Process

Chancellor s Office Information Technology Services Corporate Information Management FIRMS Budget Review Hyperion Process Step Open Internet Explorer and type in the following URL: http://peterson.calstate.edu:8080/hyperion/browse/login The Hyperion Login screen will display. Enter your User Id and Password > click on the

More information

Identifying Updated Metadata and Images from a Content Provider

Identifying Updated Metadata and Images from a Content Provider University of Iowa Libraries Staff Publications 4-8-2010 Identifying Updated Metadata and Images from a Content Provider Wendy Robertson University of Iowa 2010 Wendy C Robertson Comments Includes presenter's

More information

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. *

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. * Microsoft Access II 1.) Opening a Saved Database Open the Music database saved on your computer s hard drive. *I added more songs and records to the Songs and Artist tables. Click the Options button next

More information

Microsoft Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

More information

Attaching Codesoft 6 to an ODBC Database

Attaching Codesoft 6 to an ODBC Database Attaching Codesoft 6 to an ODBC Database 1. From your Main Menu Options, go into Merge then Create ODBC query. The following Dialog Box will appear. 2. Select the button with 3 dots ( ) on it. 3. The Data

More information

Numbers Basics Website:

Numbers Basics Website: Website: http://etc.usf.edu/te/ Numbers is Apple's new spreadsheet application. It is installed as part of the iwork suite, which also includes the word processing program Pages and the presentation program

More information

OSR Composer 3.7 User Guide. Updated:

OSR Composer 3.7 User Guide. Updated: OSR Composer 3.7 User Guide Updated: 2013-01-31 Copyright OneStop Reporting AS www.onestopreporting.com Table of Contents Introduction... 1 Who should read this manual... 1 What s included in this manual...

More information

Drill Down. 1. Import the file sample-sales-data.xls into Microsoft Power BI, and then create a Quantity by Year stacked column chart.

Drill Down. 1. Import the file sample-sales-data.xls into Microsoft Power BI, and then create a Quantity by Year stacked column chart. Drill Down 1. Import the file sample-sales-data.xls into Microsoft Power BI, and then create a Quantity by Year stacked column chart. 2. When you add a date field to a visual in the Axis field bucket,

More information

Business Insight Authoring

Business Insight Authoring Business Insight Authoring Getting Started Guide ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: August 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

ADVANCED EXCEL Course Modules for Advance Excel Training Online (MS Excel 2013 Course):

ADVANCED EXCEL Course Modules for Advance Excel Training Online (MS Excel 2013 Course): Course Modules for Advance Excel Training Online (MS Excel 2013 Course): ADVANCED EXCEL 2013 1 Getting started with Excel 2013 A Identifying the different Excel 2013 programs B Identifying new features

More information

Contents Part I: Background Information About This Handbook... 2 Excel Terminology Part II: Advanced Excel Tasks...

Contents Part I: Background Information About This Handbook... 2 Excel Terminology Part II: Advanced Excel Tasks... Version 3 Updated November 29, 2007 Contents Contents... 3 Part I: Background Information... 1 About This Handbook... 2 Excel Terminology... 3 Part II:... 4 Advanced Excel Tasks... 4 Export Data from

More information

Data Science Essentials

Data Science Essentials Data Science Essentials Lab 6 Introduction to Machine Learning Overview In this lab, you will use Azure Machine Learning to train, evaluate, and publish a classification model, a regression model, and

More information

CCRS Quick Start Guide for Program Administrators. September Bank Handlowy w Warszawie S.A.

CCRS Quick Start Guide for Program Administrators. September Bank Handlowy w Warszawie S.A. CCRS Quick Start Guide for Program Administrators September 2017 www.citihandlowy.pl Bank Handlowy w Warszawie S.A. CitiManager Quick Start Guide for Program Administrators Table of Contents Table of Contents

More information

W h i t e P a p e r. Integration Overview Importing Data and Controlling BarTender from Within Other Programs

W h i t e P a p e r. Integration Overview Importing Data and Controlling BarTender from Within Other Programs W h i t e P a p e r Integration Overview Importing Data and Controlling BarTender from Within Other Programs Contents Contents...2 Introduction...3 Selecting the Desired Label Data...3 Why you Usually

More information

Talend Open Studio for MDM Web User Interface. User Guide 5.6.2

Talend Open Studio for MDM Web User Interface. User Guide 5.6.2 Talend Open Studio for MDM Web User Interface User Guide 5.6.2 Talend Open Studio for MDM Web User Interface Adapted for v5.6.2. Supersedes previous releases. Publication date: May 12, 2015 Copyleft This

More information

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Position Control

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Position Control OBIEE Oracle Business Intelligence Enterprise Edition Rensselaer Business Intelligence Position Control TABLE OF CONTENTS INTRODUCTION... 1 USER INTERFACE... 1 HOW TO LAUNCH OBIEE... 1 HOW TO NAVIGATE...

More information

Power BI Desktop Lab

Power BI Desktop Lab Power BI Desktop Lab Fil Schwartz fschwartz@manersolutions.com (517) 323-7500 POWER BI DESKTOP LAB This is a hands on lab for users that have little or no experience with Power BI. We will go through a

More information

Census tutorial using the city of Ottawa s wards

Census tutorial using the city of Ottawa s wards Census tutorial using the city of Ottawa s wards Every five years, Statistics Canada uses the Census Program to collect vital data about Canadians that paints a portrait of who we are. Traditionally, the

More information

Intermediate Tableau Public Workshop

Intermediate Tableau Public Workshop Intermediate Tableau Public Workshop Digital Media Commons Fondren Library Basement B42 dmc-info@rice.edu (713) 348-3635 http://dmc.rice.edu 1 Intermediate Tableau Public Workshop Handout Jane Zhao janezhao@rice.edu

More information

Enterprise Reporting -- APEX

Enterprise Reporting -- APEX Quick Reference Enterprise Reporting -- APEX This Quick Reference Guide documents Oracle Application Express (APEX) as it relates to Enterprise Reporting (ER). This is not an exhaustive APEX documentation

More information

Enterprise Data Catalog for Microsoft Azure Tutorial

Enterprise Data Catalog for Microsoft Azure Tutorial Enterprise Data Catalog for Microsoft Azure Tutorial VERSION 10.2 JANUARY 2018 Page 1 of 45 Contents Tutorial Objectives... 4 Enterprise Data Catalog Overview... 5 Overview... 5 Objectives... 5 Enterprise

More information

MS Office 2016 Excel Pivot Tables - notes

MS Office 2016 Excel Pivot Tables - notes Introduction Why You Should Use a Pivot Table: Organize your data by aggregating the rows into interesting and useful views. Calculate and sum data quickly. Great for finding typos. Create a Pivot Table

More information

Microsoft Power Tools for Data Analysis #7 Power Query 6 Types of Merges/ Joins 9 Examples Notes from Video:

Microsoft Power Tools for Data Analysis #7 Power Query 6 Types of Merges/ Joins 9 Examples Notes from Video: Table of Contents: Microsoft Power Tools for Data Analysis #7 Power Query 6 Types of Merges/ Joins 9 Examples Notes from Video: 1. Power Query Has Six Types of Merges / Joins... 2 2. What is a Merge /

More information

ER/Studio Enterprise Portal User Guide

ER/Studio Enterprise Portal User Guide ER/Studio Enterprise Portal 1.1.1 User Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Working with Query Objects Intellicus Enterprise Reporting and BI Platform ` Intellicus Technologies info@intellicus.com www.intellicus.com Working with Query Objects i Copyright 2012 Intellicus Technologies

More information

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 Query Studio Training Guide Cognos 8 February 2010 DRAFT Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 2 Table of Contents Accessing Cognos Query Studio... 5

More information

Advanced Reporting Options Course #E211.A

Advanced Reporting Options Course #E211.A Advanced Reporting Options Course #E211.A Presented by: Arnold Wheatley Shelby Contract Trainer 2018 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks of the respective

More information

TABLE OF CONTENTS PAGE

TABLE OF CONTENTS PAGE Alchemex for SAP Business One Getting Started Guide Sept 2010 TABLE OF CONTENTS PAGE Getting Started Guide Introduction... 1 What is Alchemex for SAP Business One?... 1 System Requirements... 2 Recommended

More information

Quick Reference for the FloridaCHARTS Fetal Death Query

Quick Reference for the FloridaCHARTS Fetal Death Query Quick Reference for the FloridaCHARTS Fetal Death Query 1. Toolbar Functions 2. Reports 3. Frequently Asked Questions This application is set up in sections. To use it, you do not have to follow any particular

More information

DEVELOPING DATABASE APPLICATIONS (INTERMEDIATE MICROSOFT ACCESS, X405.5)

DEVELOPING DATABASE APPLICATIONS (INTERMEDIATE MICROSOFT ACCESS, X405.5) Technology & Information Management Instructor: Michael Kremer, Ph.D. Database Program: Microsoft Access Series DEVELOPING DATABASE APPLICATIONS (INTERMEDIATE MICROSOFT ACCESS, X405.5) Section 1 WHO AM

More information

Switchboard. Creating and Running a Navigation Form

Switchboard. Creating and Running a Navigation Form Switchboard A Switchboard is a type of form that displays a menu of items that a user can click on to launch data entry forms, reports, queries and other actions in the database. A switchboard is typically

More information

Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. Microsoft Excel 2013 Enhanced

Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. Microsoft Excel 2013 Enhanced Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts Microsoft Excel 2013 Enhanced Objectives Explore a structured range of data Freeze rows and columns Plan and create an Excel table Rename

More information

TABLE OF CONTENTS PAGE

TABLE OF CONTENTS PAGE Alchemex 7 for Sage 50 Getting Started Guide Oct 2010 1 TABLE OF CONTENTS PAGE Getting Started Guide Introduction... 5 What is Alchemex 7 for Sage 50?... 5 System Requirements... 6 Recommended System Requirements...

More information

SharePoint User Manual

SharePoint User Manual SharePoint User Manual Developed By The CCAP SharePoint Team Revision: 10/2009 TABLE OF CONTENTS SECTION 1... 5 ABOUT SHAREPOINT... 5 1. WHAT IS MICROSOFT OFFICE SHAREPOINT SERVER (MOSS OR SHAREPOINT)?...

More information

TABLE OF CONTENTS. Getting Started Guide

TABLE OF CONTENTS. Getting Started Guide Alchemex7 Getting Started Guide January 2011 TABLE OF CONTENTS Getting Started Guide Introduction... 3 What are the benefits of using Alchemex?... 3 System Requirements... 4 Database Connectivity Supported...

More information

MicroStrategy Desktop

MicroStrategy Desktop MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop is designed to enable business professionals like you to explore data, simply and without needing direct support from IT. 1 Import data from

More information

Quality Gates User guide

Quality Gates User guide Quality Gates 3.3.5 User guide 06/2013 1 Table of Content 1 - Introduction... 4 2 - Navigation... 5 2.1 Navigation tool bar... 5 2.2 Navigation tree... 5 2.3 Folder Tree... 6 2.4 Test history... 7 3 -

More information

Exploring extreme weather with Excel - The basics

Exploring extreme weather with Excel - The basics Exploring extreme weather with Excel - The basics These activities will help to develop your data skills using Excel and explore extreme weather in the UK. This activity introduces the basics of using

More information

QuickStart Training Guide: The Accounting Review Role

QuickStart Training Guide: The Accounting Review Role Accounting Review Role Final Approval of Expense Reports If you are an Accountant who is using ExpensAble Corporate to make final approval of employees expense reports, this information is for you. This

More information

FEATURES BENEFITS SUPPORTED PLATFORMS. Reduce costs associated with testing data projects. Expedite time to market

FEATURES BENEFITS SUPPORTED PLATFORMS. Reduce costs associated with testing data projects. Expedite time to market E TL VALIDATOR DATA SHEET FEATURES BENEFITS SUPPORTED PLATFORMS ETL Testing Automation Data Quality Testing Flat File Testing Big Data Testing Data Integration Testing Wizard Based Test Creation No Custom

More information

Sage Intelligence Financial Reporting for Sage ERP X3 Release Notes. Gina Dowling

Sage Intelligence Financial Reporting for Sage ERP X3 Release Notes. Gina Dowling Sage Intelligence Financial Reporting for Sage ERP X3 Release Notes Gina Dowling 01.01.2014 Table of Contents 1.0 Release Notes 3 Introduction 3 2.0 New Features 4 New Report Designer 4 2.1.1 Task Pane

More information

OneStop Reporting 4.5 OSR Administration User Guide

OneStop Reporting 4.5 OSR Administration User Guide OneStop Reporting 4.5 OSR Administration User Guide Doc. Version 1.2 Updated: 10-Dec-14 Copyright OneStop Reporting AS Contents Introduction... 1 Who should read this manual... 1 What s included in this

More information

Designing the staging area contents

Designing the staging area contents We are going to design and build our very first ETL mapping in OWB, but where do we get started? We know we have to pull data from the acme_pos transactional database as we saw back in topic 2. The source

More information

Virto SharePoint Forms Designer for Office 365. Installation and User Guide

Virto SharePoint Forms Designer for Office 365. Installation and User Guide Virto SharePoint Forms Designer for Office 365 Installation and User Guide 2 Table of Contents KEY FEATURES... 3 SYSTEM REQUIREMENTS... 3 INSTALLING VIRTO SHAREPOINT FORMS FOR OFFICE 365...3 LICENSE ACTIVATION...4

More information

What s New in Cognos. Cognos Analytics Participant s Guide

What s New in Cognos. Cognos Analytics Participant s Guide What s New in Cognos Cognos Analytics Participant s Guide Welcome to What s New in Cognos! Illinois State University has undergone a version upgrade of IBM Cognos to Cognos Analytics. All functionality

More information

More Skills 11 Format and Position Report Controls

More Skills 11 Format and Position Report Controls = CHAPTER 5 Access More Skills 11 Format and Position Report Controls Controls can be aligned using buttons on the Ribbon. Using the Ribbon s alignment tools can be quicker and more accurate than positioning

More information

One of the fundamental kinds of websites that SharePoint 2010 allows

One of the fundamental kinds of websites that SharePoint 2010 allows Chapter 1 Getting to Know Your Team Site In This Chapter Requesting a new team site and opening it in the browser Participating in a team site Changing your team site s home page One of the fundamental

More information

Copyright 2018 by KNIME Press

Copyright 2018 by KNIME Press 2 Copyright 2018 by KNIME Press All rights reserved. This publication is protected by copyright, and permission must be obtained from the publisher prior to any prohibited reproduction, storage in a retrieval

More information

MICROSOFT EXCEL BIS 202. Lesson 1. Prepared By: Amna Alshurooqi Hajar Alshurooqi

MICROSOFT EXCEL BIS 202. Lesson 1. Prepared By: Amna Alshurooqi Hajar Alshurooqi MICROSOFT EXCEL Prepared By: Amna Alshurooqi Hajar Alshurooqi Lesson 1 BIS 202 1. INTRODUCTION Microsoft Excel is a spreadsheet application used to perform financial calculations, statistical analysis,

More information

MSOffice WORD Microsoft Office 20 13

MSOffice WORD Microsoft Office 20 13 MSOffice WORD Microsoft Office 2013 Lesson 2: Format Content Objectives: Create headers and footers Insert and modify a table and chart Insert and manipulate Clip Art, SmartArt, and WordArt Work with a

More information

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Basic Topics: Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Review ribbon terminology such as tabs, groups and commands Navigate a worksheet, workbook, and multiple workbooks Prepare

More information

Join Queries in Cognos Analytics Reporting

Join Queries in Cognos Analytics Reporting Join Queries in Cognos Analytics Reporting Business Intelligence Cross-Join Error A join is a relationship between a field in one query and a field of the same data type in another query. If a report includes

More information

Writing Reports with Report Designer and SSRS 2014 Level 1

Writing Reports with Report Designer and SSRS 2014 Level 1 Writing Reports with Report Designer and SSRS 2014 Level 1 Duration- 2days About this course In this 2-day course, students are introduced to the foundations of report writing with Microsoft SQL Server

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

Microsoft Excel 2013/2016 Pivot Tables

Microsoft Excel 2013/2016 Pivot Tables Microsoft Excel 2013/2016 Pivot Tables Creating PivotTables PivotTables are powerful data analysis tools. They let you summarize data in various ways and instantly change the view you use. A PivotTable

More information

Microsoft SharePoint 2010

Microsoft SharePoint 2010 BrainStorm Quick Start Card for Microsoft SharePoint 2010 Getting Started Microsoft SharePoint 2010 brings together your organization s people, documents, information, and ideas in a customizable space

More information

Blackbaud Direct Marketing New Features Guide

Blackbaud Direct Marketing New Features Guide Blackbaud Direct Marketing New Features Guide 05/09/2018 Blackbaud Direct Marketing 5.0 Blackbaud Direct Marketing New Features US 2018 Blackbaud, Inc. This publication, or any part thereof, may not be

More information