Book Image

Effective Business Intelligence with QuickSight

By : Rajesh Nadipalli
Book Image

Effective Business Intelligence with QuickSight

By: Rajesh Nadipalli

Overview of this book

Amazon QuickSight is the next-generation Business Intelligence (BI) cloud service that can help you build interactive visualizations on top of various data sources hosted on Amazon Cloud Infrastructure. QuickSight delivers responsive insights into big data and enables organizations to quickly democratize data visualizations and scale to hundreds of users at a fraction of the cost when compared to traditional BI tools. This book begins with an introduction to Amazon QuickSight, feature differentiators from traditional BI tools, and how it fits in the overall AWS big data ecosystem. With practical examples, you will find tips and techniques to load your data to AWS, prepare it, and finally visualize it using QuickSight. You will learn how to build interactive charts, reports, dashboards, and stories using QuickSight and share with others using just your browser and mobile app. The book also provides a blueprint to build a real-life big data project on top of AWS Data Lake Solution and demonstrates how to build a modern data lake on the cloud with governance, data catalog, and analysis. It reviews the current product shortcomings, features in the roadmap, and how to provide feedback to AWS. Grow your profits, improve your products, and beat your competitors.
Table of Contents (15 chapters)
Effective Business Intelligence with QuickSight
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Filtering data using SPICE


With SPICE, we can refine data in a dataset. Each filter applies to only one field, which can be a regular or a derived field. We can apply multiple filters to the same field or different fields. Let's review this functionality in detail.

Adding new filters

Let's see how to use the filtering features on the zip code salary data. We will filter the dataset for records that have median income between $30,000 and $60,000 and for states in the north east (NH, MA, NY, CT, and NJ).

We will achieve this in two key steps: filter on the numeric medianincome and then filter on the text field statecode.

Filter on medianincome

Follow these steps to add a filter on the numeric field medianincome:

  1. On the data preparation page, click on the Filters pane.

  2. Next click on New filter.

  3. Next select medianincome as shown in the following screenshot:

    Figure 3.16: Filter on medianincome

  4. Click on the text Equals - none, which will then expand the various filter options, as shown in the next screenshot...