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

Visualizing data with the Sunburst data region


The Sunburst data region functions similarly to TreeMap. It is a great visualization for hierarchical data set with summarized values and it uses circles instead of rectangles.

The Sunburst forms a series of circles to represent levels of the hierarchy. The highest level of the hierarchy is set with the inner circle and lower levels of the hierarchy are formed outside the inner circle as rings. Multiple rings represent multiple levels.

The following chart shows a hierarchical data set with the Sunburst data region:

Figure 5.19

You can find this report in Chapter05 solution as Report03 - Sunburst.

Getting ready

Let's make a report with the Sunburst data region. Follow these steps for preparing the project for a new report:

  1. Add a new report to your Reporting Services solution and name it  Sales Orders by Year by Package by Sales Territory (US$ Thousands).

  2. Make a data set using the following query. Make sure the data set is connected to the WideWorldImportersDW...