Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
A Slice is a combination of concepts defining data, where metrics provide values and dimensions are used to access them.
Dimensions act as a primary key, ensuring each combination has at most one data row.
Slices have an info section for textual information, dimension and metric elements referencing concepts, and a table element mapping data location.
Each slice must have a unique identifier using the id attribute.
Slices in a dataset should have unique combinations of dimensions and metrics, and avoid referencing the same concept multiple times within a single slice.
A slice describes a combination of concepts for which data
exists. Metrics are the concepts that provide values, while dimensions
are the concepts used to access these values. More precisely, the
dimensions are a primary key for the data of the slice. That is, for any
combination of values of the dimensions, there is at most one data row in
the slice. Slices in a dataset must follow the following requirements: -
No two dimensions or metrics in a slice may refer to the same concept. -
No two slices in the dataset may have the same dimensions and
metrics.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."],[],["The core content defines the structure of a \"Slice,\" a combination of concepts with data. Each slice has a unique identifier and includes textual information, dimensions, metrics, and a table mapping. Dimensions and metrics refer to concepts, and their values are used to access data. The table mapping connects the slice to a specific data table. Slices cannot share dimensions or metrics and must have a unique ID. Dimensions and Metrics are defined with a concept.\n"]]