In this step, we'll start by setting up a new QuickSight account with a standard subscription using https://quicksight.aws.amazon.com/ (see appendix for more details).
Go to QuickSight Account Settings b clicking on your username on the top right corner. Then click on "Account Settings" and then on "Manage QuickSight Permissions"

Ensure "Amazon Athena" is checked. Then click on "Choose S3 buckets" to pick the target S3 bucket.

You use an analysis to create and interact with visuals. You can think of an analysis as a container for a set of related visuals, for example ones that are all applicable to a given business goal or key performance indicator. A visual is a graphical representation of your data. You can create a wide variety of visuals in an analysis, using different data sets and visual types.
A data set identifies the specific data in a data source that you want to use. For example, the data source might be a table if you are connecting to a database data source, or a file if you are connecting to an Amazon S3 data source. A data set also stores any data preparation you have performed on that data, such as renaming a field or changing its data type.
Choose Athena to create a new data set

Provide a name for the new Athena data source. Use "Top 10K"

Click on "Use custom SQL" when asked to choose your table

Input the following custom SQL, and name it "Top 10K"
SELECT * FROM "s6r8n6"."pq_nyc_tlc" limit 10000;SPICE is Amazon QuickSight's Super-fast, Parallel, In-memory Calculation Engine. SPICE is engineered to rapidly perform advanced calculations and serve data. The storage and processing capacity available in SPICE speeds up the analytical queries that you run against your imported data. By using SPICE, you save time because you don't need to retrieve the data every time you change an analysis or update a visual.
Finish data set creation by importing the data to SPICE.

Now, wait for the import into SPICE to complete

Watch the following videos that I have prepared for this session to learn about how to create a visual with filters and aggregation
Amazon QuickSight Tutorial: Create Visual with Autograph
Amazon QuickSight Tutorial: Create Visuals and apply Filter
You are at the end of this session. Kudos to you on completing this session. Enjoy, have fun, and continue to learn cool stuff at this re:Invent!



