Example representation: Workbook with a KPI (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 KPI 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 chart with the following settings:

    OptionSetting
    Chart typeKPI
    ValueSum of Duration
  8. In the document header, select Save as.

  9. Enter a name for the workbook, such as kpi.

  10. 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: 4a784058-34e8-47dc-8679-02647b591649
2name: kpi
3url: https://aws-api.sigmacomputing.com/org-name/workbook/kpi-qkaELT5iRn8JoVoPHUBtOx
4documentVersion: 2
5latestDocumentVersion: 2
6ownerId: LWrlfBZn31jINOzvLmivzVzpVtsiA
7folderId: db7bc0e6-c3ab-455b-bb89-267af66edfce
8createdBy: LWrlfBZn31jINOzvLmivzVzpVtsiA
9updatedBy: LWrlfBZn31jINOzvLmivzVzpVtsiA
10createdAt: '2026-04-20T20:09:54.756Z'
11updatedAt: '2026-04-21T14:54:26.281Z'
12document:
13 schemaVersion: 1
14 elements:
15 - id: IkiFOlwzrA
16 kind: table
17 source:
18 connectionId: b40687bb-33b3-40e7-aa59-4dd0cee81528
19 kind: warehouse-table
20 path:
21 - FUN
22 - BIKES
23 - TRIP
24 columns:
25 - id: lC7Qnefks8
26 formula: '[TRIP/Id]'
27 - id: Y8asuIOquf
28 formula: '[TRIP/Duration]'
29 - id: 3DFhQjVN6r
30 formula: '[TRIP/Start Date]'
31 - id: Y3ScTs99oe
32 formula: '[TRIP/Start Station Name]'
33 - id: ruj5DOgjsK
34 formula: '[TRIP/Start Station Id]'
35 - id: b2U8jIphkU
36 formula: '[TRIP/End Date]'
37 - id: qg4bQVA5St
38 formula: '[TRIP/End Station Name]'
39 - id: uotKvlg97J
40 formula: '[TRIP/End Station Id]'
41 - id: z4ozETCm9V
42 formula: '[TRIP/Bike Id]'
43 - id: LmMOmvTOwd
44 formula: '[TRIP/Subscription Type]'
45 - id: rwq7gf3d3G
46 formula: '[TRIP/Zip Code]'
47 order:
48 - lC7Qnefks8
49 - Y8asuIOquf
50 - 3DFhQjVN6r
51 - Y3ScTs99oe
52 - ruj5DOgjsK
53 - b2U8jIphkU
54 - qg4bQVA5St
55 - uotKvlg97J
56 - z4ozETCm9V
57 - LmMOmvTOwd
58 - rwq7gf3d3G
59 - id: IgTNSM77Hl
60 kind: kpi-chart
61 source:
62 elementId: IkiFOlwzrA
63 kind: table
64 columns:
65 - id: orptat3FI0
66 formula: Sum([Duration])
67 - id: PUqNCpzFYe
68 formula: '[TRIP/Id]'
69 - id: eGcugVTqAX
70 formula: '[TRIP/Duration]'
71 - id: X76DAWEtM8
72 formula: '[TRIP/Start Date]'
73 - id: w5D7RYSyiU
74 formula: '[TRIP/Start Station Name]'
75 - id: Y6kSkedT0q
76 formula: '[TRIP/Start Station Id]'
77 - id: j87pv6u4S7
78 formula: '[TRIP/End Date]'
79 - id: J3D4ZNHEao
80 formula: '[TRIP/End Station Name]'
81 - id: oMd19r8wUC
82 formula: '[TRIP/End Station Id]'
83 - id: 4bJfz4rX1Q
84 formula: '[TRIP/Bike Id]'
85 - id: NUmgmryJiN
86 formula: '[TRIP/Subscription Type]'
87 - id: 2vy9TZDJCh
88 formula: '[TRIP/Zip Code]'
89 value:
90 columnId: orptat3FI0
91 pages:
92 - id: XwfaKJPhM6
93 name: Page 1
94 kind: workbook
95 layout: |
96 <?xml version="1.0" encoding="utf-8"?>
97 <Page type="grid" gridTemplateColumns="repeat(24, 1fr)" gridTemplateRows="auto" id="XwfaKJPhM6">
98 <Element elementId="IkiFOlwzrA" gridColumn="1 / 25" gridRow="1 / 21"/>
99 <Element elementId="IgTNSM77Hl" gridColumn="1 / 25" gridRow="21 / 41"/>
100 </Page>

Representing KPIs

1...
2id: IgTNSM77Hl
3kind: kpi-chart
4source:
5 elementId: IkiFOlwzrA
6 kind: table
7columns:
8- id: orptat3FI0
9 formula: Sum([Duration])
10- id: PUqNCpzFYe
11 formula: '[TRIP/Id]'
12- id: eGcugVTqAX
13 formula: '[TRIP/Duration]'
14- id: X76DAWEtM8
15 formula: '[TRIP/Start Date]'
16- id: w5D7RYSyiU
17 formula: '[TRIP/Start Station Name]'
18- id: Y6kSkedT0q
19 formula: '[TRIP/Start Station Id]'
20- id: j87pv6u4S7
21 formula: '[TRIP/End Date]'
22- id: J3D4ZNHEao
23 formula: '[TRIP/End Station Name]'
24- id: oMd19r8wUC
25 formula: '[TRIP/End Station Id]'
26- id: 4bJfz4rX1Q
27 formula: '[TRIP/Bike Id]'
28- id: NUmgmryJiN
29 formula: '[TRIP/Subscription Type]'
30- id: 2vy9TZDJCh
31 formula: '[TRIP/Zip Code]'
32value:
33 columnId: orptat3FI0
34...