This chart plots the values of one or more measures by period or category. The column height represents the measure value: the higher the column, the larger the value.
Unlike a line chart, this type of chart allows you to compare individual periods and focus on individual values rather than the general trend.
A chart with grouping lets you compare two or more measures: for example, the number of products delivered and the number picked up. The column height corresponds to the measure value.
This chart depicts the ratio of internal segments by period or category. The segments are stacked one on top of the other, i.e., the base of the above segment is the top side of the one below.
Since the sum of all segments is equal to the overall column length, the stacked chart is used when you need to visualize the total column values.
Dimensions You can specify one or two dimensions. Affects X-axis value grouping. The order of specified dimensions affects the order of value grouping on the X-axis. For the Date and Date and time types, you can set grouping by time: minutes, hours, weeks, and so on.
Y
Measure. You can specify multiple measures. If you add more than one measure to a section, the Colors section will contain a dimension named Measure Names.
Colors
Dimension, measure, Measure Names or Measure Values field. Affects the column color. To delete Measure Names and Measure Values, click the icon or remove measures from the Y axis.
Sorting
Dimension or measure. Affects the column sorting. Sorting only applies to dimensions used when building a chart. The sorting direction is marked with an icon next to the field: for ascending or for descending. To change the sorting direction, click the icon.
Labels
Measure. Displays measure values on the chart. When using multiple measures for a signature, add Measure Values. Markup functions are supported. For String type fields, you can configure using basic Markdown in DataLens On-premises syntax: click the icon before the field name and enable Markdown.
Split
Dimension. Splits a chart horizontally by the selected dimension's values. The maximum number of splits per chart is 25.
Filters
Dimension or measure. Used as a filter. A filter can be overridden by a dashboard selector if the selector is based on the same field.
To color columns in a chart based on the value of a measure:
Open a column chart or create a new one.
Depending on the number of measures in the Y section, follow the steps below:
Single measure
Two or more measures
Copy the measure from the Y section to the Colors section.
The colors of the columns in the chart will apply based on the measure values.
Example
Drag the Measure Values measure to the Color section.
The colors of the columns in the chart will apply based on the values of all the measures listed in the Y section.
Example
Configure a color gradient for the measure as well. To do so, in the top-right corner of the Colors section, click (the icon is displayed when you hover over the section).
In the color settings, specify:
Gradient type: Select two or three colors.
Gradient color: Select a color palette for the gradient from the list.
Gradient direction: Change the gradient direction using the icon.
Set threshold values: Set numeric thresholds for each color. Works if the Y section contains a single value.
In the Sorting section, you cannot use a value with aggregation.
To sort columns by an aggregated value (e.g., sum, count, or average), first create a calculated field in the dataset or chart using the aggregation formula. Then use it to build a chart and do the sorting.
For example, to sort your sales by total amount:
Open a column chart or create a new one.
On the left side of the screen above the list of dimensions and measures, click and select Field.
In the Field settings window, enter:
Field name: sum_Price
Formula: SUM([Price])
Click Create.
Drag the new field to the Y and Sorting sections. The columns will be sorted by sales total. To change the sorting direction, in the Sorting section, click or to the right of the field name.
Labels. If the values of the categories contain lots of text, try to shorten it to make the labels look neater. You can use string functions in calculated fields or the CASE conditional statements.
Sorting. If each column is a category, not time, consider sorting the columns in ascending or descending order of the measure. This will make your chart look better and more informative. Sorting may also be helpful inside each column's subcategories.
We recommend using a column chart to display changes to a measure or measures over time. In this case, be careful when sorting values on the X-axis, because the user usually expects to see changes over time on the X-axis.
Dimension or measure. It affects the intensity of point fill.
Splitting. You can split a chart by dimension into several small, easy-to-compare charts. To do this, drag a dimension from the dataset to the Split section.