This QuickStart is part of a series of QuickStarts designed to instruct new users how to use Sigma to explore and analyze data using Visualizations (Viz). Sigma supports a wide variety of types, and are adding others so be sure to check our documentation for the latest list:

Supported Visualizations Types:

  • Area charts
  • Bar charts
  • Box and Whisker charts
  • Combo chart
  • Donut / Pie charts
  • Funnel charts
  • Gauge charts
  • Geography Map
  • KPI chart
  • Line charts
  • Maps – by region, point (lat/long), or GeoJSON
  • Point chart
  • Sankey
  • Scatter charts
  • Single value visualizations

For the latest list of supported viz types, click here.

This QuickStart assumes you have already taken the Fundamentals 1 & 2 QuickStarts, and are now familiar with Sigma's user interface (UI). Given this, some steps are assumed to be known and may not be shown in detail.

We will be working with some common sales data from our fictitious company ‘Plugs Electronics'. This data is provided to you automatically. We will look at sales data, but throughout the course of other QuickStarts will incorporate more sources from associated store, product, and customer data.

The other "Fundamental Series" QuickStarts explore topics such as working with tables, pivot tables, dashboards and more. We have broken these QuickStarts up so that they can be taken in any order you want, except the "Fundamentals 1: Getting Around" QuickStart should be taken first.

Target Audience

Sigma combines with the unlimited power of the cloud data warehouse and the familiar feel of a spreadsheet; no limit on the amount of data you wish to analyze. Sigma is awesome for users of Excel and even better for customers who have millions of rows of data.

Typical audience for this QuickStart are users of Excel, common Business Intelligence or Reporting tools and semi-technical users who want to try out or learn Sigma. Everything is done in a browser so you already know how to use that. No SQL or technical skills are needed to do this QuickStart.

Prerequisites

Free Trial

What You'll Learn

Through this QuickStart we will walk through how to use Sigma to create beautiful charts and maps, changing configuration parameters to suit your needs.

What You'll Build

We will be working with some common sales data from our fictitious company ‘Plugs Electronics'. This data is provided to you automatically.

We will build a Sigma workbook that looks like this:

Footer

Our starting point is the "Plugs Sales" Workbook created in the "Fundamentals 2: Working with Tables" QuickStart. It is often easier to spot trends, outliers, or insights which lead to further questions when viewing data in a visualization. Sigma makes it easy to create visualizations of your data while also enabling you to dig into the data that makes up that visualization.

In Sigma, open the Workbook Plugs Sales and place it in edit mode.

You should have the Page from the "Getting Around" QuickStart called "Data" already. If not, review that QuickStart to create it.

Create a new Page called Viz.

You are probably thinking we will use the Element Panel to add a Viz, (as we learned in the tables QuickStart) and we could do that, but let's try a different workflow.

Open the Workbook's Data Page. Click on the icon as shown below and click Create Child Element. Select Visualization from the drop list.

Sigma has created a new Page Element below the Table as an un-configured placeholder for the new Viz. This placeholder is a child of the table as it references everything in the parent table so it is now easy to build whatever Viz we want from that data.

We prefer that this new Viz is on its own page so click the vertical dot menu and select Move to and then click Viz. The Viz is now on the Viz page and it is open for us.

Let's make this bar chart reflect Profits by Region.

In the Element Panel click on the + of the X-Axis and select Store Region as below. Use the search feature when you have a large number of columns to save scrolling time:

We can also drag values onto the axis instead of using the add button.

Drag and drop the Profit column to the Y-AXIS.

We have our first Chart:

Now let's look at our profits over time to get an understanding of how we are trending.

Another way to create a new chart is by selecting the + icon on the top left panel next to the Page Elements title:

After selecting the ‘Viz' icon, you will be prompted to select a source to use for that ‘Viz'.

You can see tabs for selecting:

From the Select Sources... tab select PAGE ELEMENTS and Data Page and PLUGS_ELECTRONICS_Hand... as the desired source. You could have also used the IN USE tab if the source was already in use elsewhere in the workbook:

We now have a new chart below our bar chart. If like you can select the new Viz and use the hand control to drag the new Viz to be side by side with the bar chart:

This time, using the Visualization dropdown, select a line chart.

To create the line chart, the operations are the same as the bar chart, dragging and dropping (or selecting from the axis drop down menu) to select the data columns.

Let's drag the Date column into the X-Axis and truncate it to Month:

Next we can place our Profit column on the Y-Axis to see our profit over time. Again, Sigma has automatically applied aggregation (in this case, sum) to the monthly level.

The Line chart should look like this now:

Taking this one step further, we can compare our different regions by placing Store Region on color. You can do this by finding the Store Region column in the Columns tray and dragging it into the Color tab in the Elements Panel.

Rename the chart to Profit by Month per Store Region.

We now have a multi-line chart showing our Revenue over time by Store Region:

Footer

Geographic data can tell a powerful story. Whether analyzing regional trends or plotting sites, maps are packed with insights generated from your location data. Sigma Maps help contextualize geospatial information and provide greater understanding when analyzing data. With Sigma, you can create interactive maps using regions, latitude and longitude, or map paths and areas utilizing geoJSON.

Add a new Vizto the Viz page and set its source of data to the Workbook Element / Plugs Sales / Data table.

Change the Visualization type to Map-Region.

Set the Region to Store State and in the region type dropdown below, choose US States.

We now have a map that shows the data grouped by US-State:

Alt text

We can make this more useful by adding an additional grouping to make the high and low performing regions stand out visually. Let's assume we want to see how each region is performing by revenue per customer.

Click the button in the upper right corner of the map to show the underlying data:

Notice that the underlying data is already grouped by US State. Add a new column called Revenue per Customer.

We want this column to calculate the total revenue for each unique customer so set the formula for this new column to:

Sum([Price]) / CountDistinct([Cust Key])

Add the new column Revenue per Customer to the Map color scale as shown, selecting "By scale" from the drop-list:

Right-click on California and Keep only California. Now we can work with only the California data. We can browse the data or duplicate it to create different views for our own analysis.

To revert the Map you can either click the Back icon on the control bar or delete the Map Filter:

Footer

As you have seen, there are many different types of Viz available and they all follow the same basic workflow, so once you know how to do one, the others will seem obvious.

For example, let's say we want a Single Value KPI that shows Total Sales at the top of the Page. Just use the same workflow to add a new Viz, set its data source and change the Viz type to Single Value.

From there you want to add Revenue to the value. It will automatically be named Sum of Revenue, but we can rename it Total Sales instead.

If the data is not formatted as currency, you can easily change it and truncate the trailing decimals for a cleaner look.

We have done all this before on the bar and line charts, so you already know how. Sigma is designed from the ground up to be as easy as 1-2-3!

There are many configuration options for charts that can be accessed by clicking on the paintbrush icon:

Add as many KPI as you like; for example, total profit, total order count and Total COGs would be good to add.

If you are interested in having a KPI that also shows trend data, checkout the KPI Chart viz

Footer

In this QuickStart we learned how to use Sigma to create beautiful charts and maps and how to make configuration changes to the Elements to obtain the desired results.

Click here to move to the next QuickStart in this series.

Alt text

Additional Resource Links

Be sure to check out all the latest developments at Sigma's First Friday Feature page!

Help Center Home
Sigma Community
Sigma Blog

Footer