Example representation: Workbook with a bar chart (Beta)

View as Markdown

This documentation describes one or more private beta features that are in development. Beta features are subject to quick, iterative changes; therefore the current user experience in the Sigma service can differ from the information provided in this page.

This page should not be considered official published documentation until Sigma removes this notice and the beta flag on the corresponding feature(s) in the Sigma service. For the full beta feature disclaimer, see Beta features.

If you are interested in joining a limited test group and enabling this feature in your Sigma organization, contact Support or reach out to your Account Executive.

This is an example representation of a workbook, created using the get a workbook representation endpoint. Representations like this one can be used to create a workbook from code using the create a workbook from a representation endpoint. Each page in this example library includes the code representation of the workbook and step-by-step instructions to create it in the Sigma UI.

Consult this example and others in the Workbook representation example library to:

  • Troubleshoot the formatting of a particular feature in code representation
  • Relate a feature from the Sigma UI to its representation in code
  • Provide context to AI tools used to create workbooks from code

This example representation cannot be used as-is. All identifying details, such as IDs, names, and URLs, have been replaced with randomized ID values or generic substitutions. The format of these contents, like the length of ID values, is preserved for demonstrative purposes. However, this representation cannot be directly used without modification to the base URL, connection details, and more. For more information, see Create and manage workbooks from code.

System and user requirements

To complete the steps in this example, you must meet the user requirements listed below for creating the workbook in the UI and creating it from code.

The ability to create this workbook in the Sigma UI requires the following:

  • You must be assigned an account type with the Create, edit, and publish workbooks permission enabled.
  • You must have access to a connection to a data platform.

The ability to create a workbook from code requires the following:

This example uses a table from the Sigma Sample Connection. Your organization might have disabled access to the Sigma sample connection. If so, you can contact an admin to enable it, or use a table from another connection to follow along with this example.

Create the example workbook in the Sigma UI

This example shows a simple workbook with a single table element, sourced from a warehouse table, and a bar chart.

To create this workbook in the Sigma UI:

  1. Go to the Home page.

  2. Select Create new > Workbook.

    A new workbook opens.

  3. From the Add element bar, select Data > Table.

  4. In the Select source modal, search for the table TRIP in the EXAMPLES.BIKES schema.

  5. Select the table to add it to the workbook.

    The table appears in the workbook.

  6. Select Add child element > Chart.

    A new bar chart element appears on the workbook canvas.

  7. In the editor panel, select Properties and configure the bar chart with the following settings:

    OptionSetting
    X-axisStart Station Name
    Y-axisCount of Id
  8. Select the down arrow next to Start Station Name to open the column details menu and select Sort > Start Station Name.

  9. In the document header, select Save as.

  10. Enter a name for the workbook, such as bar-chart.

  11. Select Save.

Get a code representation of this workbook

To get a representation of this workbook, follow the steps in Get the code representation of a workbook.

The code representation of this workbook appears like the following:

1workbookId: da4f0ede-abe9-4d38-8484-303b5d74bb8b
2name: bar-chart
3url: https://aws-api.sigmacomputing.com/org-name/workbook/bar-chart-cJXNT5SXWU2jNpNZAqRG4E
4documentVersion: 2
5latestDocumentVersion: 2
6ownerId: IaYwubYCIBXp9gO8BswaUtcHqxc0b
7folderId: d82c1201-67bb-40a2-896f-52fea951b651
8createdBy: IaYwubYCIBXp9gO8BswaUtcHqxc0b
9updatedBy: IaYwubYCIBXp9gO8BswaUtcHqxc0b
10createdAt: '2026-04-20T20:09:52.987Z'
11updatedAt: '2026-04-21T14:22:44.075Z'
12document:
13 schemaVersion: 1
14 elements:
15 - id: ng1GxHPFzr
16 kind: table
17 source:
18 connectionId: 709342a2-de05-41f5-be61-44e81f753327
19 kind: warehouse-table
20 path:
21 - FUN
22 - BIKES
23 - TRIP
24 columns:
25 - id: bX30uPFE0e
26 formula: '[TRIP/Id]'
27 - id: b2C9A0BbH6
28 formula: '[TRIP/Duration]'
29 - id: PEJFUtpmz2
30 formula: '[TRIP/Start Date]'
31 - id: eoSWPNqyPB
32 formula: '[TRIP/Start Station Name]'
33 - id: ooB3CFU4pC
34 formula: '[TRIP/Start Station Id]'
35 - id: eM8zTkrHJK
36 formula: '[TRIP/End Date]'
37 - id: L1CVkEhdlb
38 formula: '[TRIP/End Station Name]'
39 - id: IWTDY98DP7
40 formula: '[TRIP/End Station Id]'
41 - id: ayPrMLdNBY
42 formula: '[TRIP/Bike Id]'
43 - id: 'hGhXMaWr70'
44 formula: '[TRIP/Subscription Type]'
45 - id: wpSjmgVgHG
46 formula: '[TRIP/Zip Code]'
47 order:
48 - bX30uPFE0e
49 - b2C9A0BbH6
50 - PEJFUtpmz2
51 - eoSWPNqyPB
52 - ooB3CFU4pC
53 - eM8zTkrHJK
54 - L1CVkEhdlb
55 - IWTDY98DP7
56 - ayPrMLdNBY
57 - 'hGhXMaWr70'
58 - wpSjmgVgHG
59 - id: d1TwJkbevF
60 kind: bar-chart
61 source:
62 elementId: ng1GxHPFzr
63 kind: table
64 columns:
65 - id: vz4l2ofYZf
66 formula: '[TRIP/Start Station Name]'
67 - id: p0VNZRfnND
68 formula: Count([Id])
69 - id: MP4LWTYT3O
70 formula: '[TRIP/Subscription Type]'
71 - id: eMnxalHAcw
72 formula: '[TRIP/Id]'
73 - id: v5WLyiGZqW
74 formula: '[TRIP/Duration]'
75 - id: vF2Gw1wlph
76 formula: '[TRIP/Start Date]'
77 - id: aWuWVjUC3G
78 formula: '[TRIP/Start Station Id]'
79 - id: 50tvQ5BOKR
80 formula: '[TRIP/End Date]'
81 - id: 9bCVo6DarZ
82 formula: '[TRIP/End Station Name]'
83 - id: mybIQ0qNLY
84 formula: '[TRIP/End Station Id]'
85 - id: 0CgueqWTZG
86 formula: '[TRIP/Bike Id]'
87 - id: JBqrhXMRTx
88 formula: '[TRIP/Zip Code]'
89 yAxis:
90 columnIds:
91 - p0VNZRfnND
92 xAxis:
93 columnId: vz4l2ofYZf
94 sort:
95 by: p0VNZRfnND
96 direction: descending
97 pages:
98 - id: 5UVEMqB8k8
99 name: Page 1
100 kind: workbook
101 layout: |
102 <?xml version="1.0" encoding="utf-8"?>
103 <Page type="grid" gridTemplateColumns="repeat(24, 1fr)" gridTemplateRows="auto" id="5UVEMqB8k8">
104 <Element elementId="ng1GxHPFzr" gridColumn="1 / 25" gridRow="1 / 21"/>
105 <Element elementId="d1TwJkbevF" gridColumn="1 / 25" gridRow="21 / 41"/>
106 </Page>

Representing bar charts

1...
2id: d1TwJkbevF
3kind: bar-chart
4source:
5 elementId: ng1GxHPFzr
6 kind: table
7columns:
8- id: vz4l2ofYZf
9 formula: '[TRIP/Start Station Name]'
10- id: p0VNZRfnND
11 formula: Count([Id])
12- id: MP4LWTYT3O
13 formula: '[TRIP/Subscription Type]'
14- id: eMnxalHAcw
15 formula: '[TRIP/Id]'
16- id: v5WLyiGZqW
17 formula: '[TRIP/Duration]'
18- id: vF2Gw1wlph
19 formula: '[TRIP/Start Date]'
20- id: aWuWVjUC3G
21 formula: '[TRIP/Start Station Id]'
22- id: 50tvQ5BOKR
23 formula: '[TRIP/End Date]'
24- id: 9bCVo6DarZ
25 formula: '[TRIP/End Station Name]'
26- id: mybIQ0qNLY
27 formula: '[TRIP/End Station Id]'
28- id: 0CgueqWTZG
29 formula: '[TRIP/Bike Id]'
30- id: JBqrhXMRTx
31 formula: '[TRIP/Zip Code]'
32yAxis:
33 columnIds:
34 - p0VNZRfnND
35xAxis:
36 columnId: vz4l2ofYZf
37 sort:
38 by: p0VNZRfnND
39 direction: descending
40...