Book Image

SQL Server 2016 Reporting Services Cookbook

By : Dinesh Priyankara, Robert Cain
Book Image

SQL Server 2016 Reporting Services Cookbook

By: Dinesh Priyankara, Robert Cain

Overview of this book

Microsoft SQL Server 2016 Reporting Services comes with many new features. It offers different types of reporting such as Production, Ad-hoc, Dashboard, Mash-up, and Analytical. SQL Server 2016 also has a surfeit of new features including Mobile Reporting, and Power BI integration. This book contains recipes that explore the new and advanced features added to SQL Server 2016. The first few chapters cover recipes on configuring components and how to explore these new features. You’ll learn to build your own reporting solution with data tools and report builder, along with learning techniques to create visually appealing reports. This book also has recipes for enhanced mobile reporting solutions, accessing these solutions effectively, and delivering interactive business intelligence solutions. Towards the end of the book, you’ll get to grips with running reporting services in SharePoint integrated mode and be able to administer, monitor, and secure your reporting solution. This book covers about the new offerings of Microsoft SQL Server 2016 Reporting Services in comprehensive detail and uses examples of real-world problem-solving business scenarios.
Table of Contents (18 chapters)
SQL Server 2016 Reporting Services Cookbook
Credits
About the Authors
About the Reviewers
www.Packtpub.com
Preface

Creating a report using Multidimensional models


As you know, SQL Server Analysis Services provides three database model types for implementing a database for BI: Multidimensional, Tabular, and PowerPivot. Multidimensional is the oldest and richest platform that has all the required functionalities, whereas Tabular is less complex but not as rich as Multidimensional. PowerPivot is simpler than both Multidimensional and Tabular, but provides sufficient functionalities to business users to create their own models. Let's start with the Multidimensional model and look at how Reporting Services works with it.

In this recipe, we will discuss how to create a standard report using the Multidimensional model. We will discuss some of the considerations you have to make with reports generated with Multidimensional models in the following set of recipes.

Getting ready

We have mainly been using the WideWorldImporters database to make demos and create our sample reports, but for this section, we will use...