User Community Service Desk Downloads
If you can't find the product or version you're looking for, visit support.ataccama.com/downloads

Dashboards

Dashboards are one of two primary formats for presenting your data in Data Stories.

They are powerful tools for data visualization that display key data points and metrics in a concise and accessible way. This way, they can help you gain insights into your data, track key performance indicators (KPIs), and make data-driven decisions.

This guide explains how to build interactive dashboards by importing visualizations and static widgets onto a flexible canvas.

dashboards example

Create a dashboard

On the Data Stories home page (or on the Reports tab, accessible from the left-hand navigation), select Create > Dashboard.

dashboards create dashboard

This opens a responsive grid layout, the canvas for your customized dashboard, and a resizable left-side menu with two tabs: Collections and Widgets.

dashboards canvas empty

Open and work in an existing dahsboard by clicking the relevant card on the Data Stories home page or on the Reports screen.

To duplicate an existing dashboard, either from the home page or the Reports tab:

  1. Locate the dashboard in question.

  2. In the three dots menu, select Duplicate.

dashboards duplicate

Build your dashboard

Dashboards allow you to import visualizations (dynamic graphs or charts) from your collections.

Add and manage visualizations

You can add multiple visualizations to your dashboard, even from different collections. For maximum impact, try to place the most important widgets at the top or in the center.

  1. On the Collections tab, select the collection where your visualizations are stored.

  2. The collection displays a dropdown list of all visualizations it contains.

    • Drag and drop your visualizations to the grid of your dashboard.

    • Resize or rearrange the visualizations by dragging the corners or the whole visualizations within the grid.

      dashboards add manage visualizations

To delete a visualization, select the trash icon in the upper-right corner of the widget.

To edit a visualization, select the pencil icon. This opens the visualization builder for your chart. Make changes as necessary and select Save.

To learn more about visualizations and the Visualization Builder, see Visualizations.

Add and manage static widgets

Use static widgets, such as video, image, or text elements, to enrich your dashboard. You can add them by selecting the Widgets tab in the left-side menu, and dragging and dropping the relevant widget to your dashboard.

Once you add the widget to the dashboard, you can customize certain properties.

dashboards static widgets

To delete a static widget, select the trash icon in the upper-right corner of the widget.

To edit it, select the pencil icon next and make changes as necessary.

Video widgets

To link the video to your dashboard, enter the Video URL in the property section.

dashboards static video widgets

Image widgets

Provide the Image URL.

You can also adjust the image display by selecting either Fill content or Fit content in Image position.

dashboards static image widgets

Text widgets

Select the widget to access formatting and customization tools.

Hovering over any button in the toolbar to view helpful tooltips.
dashboards static text widgets

The following options are available:

  • Text style: Choose from options including Title, Headline, Paragraph, or Small text.

  • Text color: Choose your preferred color from the grid.

  • Text alignment: Select text alignment (left, right, center, or justified).

  • Rich Text Options: Apply bold, italic, or underline formatting for emphasis.

  • Hyperlink: Highlight the desired text and paste the relevant URL into the field that appears to create a hyperlink.

  • Image URL: Embed images within your text using this field.

  • Additional options (…​): This opens further choices:

    • List style: Display your text as a bulleted or numbered list.

    • Code: Creates a code block for the text.

    • Quotes: Forms a quotation block for the text.

    • Divider: Inserts a horizontal rule.

    • Remove formatting: Clears all formatting from the selected text.

  • Undo: Reverses the previous typing or formatting action.

  • Redo: Restores the most recent reversed action.

Apply global filters

Apply global filters to your dashboard to control the data displayed.

Filters set on this screen apply to your entire dashboard. To define filters that apply only at the level of a specific chart or visualization, see Visualization Filters.

Select data source and attributes

  1. Select Filter in the upper-right corner of the screen.

    image::dashboards-filters-filters-button-select-data-source-attributes.png[]

  2. In Select source, choose a dataset from the available datasets in your story.

  3. In Select attribute, choose an attribute from the list. Recommended attributes (usually dimensions and metrics utilized in your chart) are displayed first.

    Add more attributes as needed.

Specify the operation

In Select operation, choose an operation based on the data type of the attribute you selected. Options are categorized into Numeric, Text, and Date.

The full list is as follows:

  • Numeric

  • Text

  • Date

  • >: Data from the selected column is displayed if it is greater than the value entered.

  • < : Data from the selected column is displayed if it is less than the value entered.

  • >=: Data from the selected column is displayed if it is greater than or the same as the value entered.

  • <=: Data from the selected column is displayed if it is less than or the same as the value entered.

  • =: Data from the selected column is displayed only if it matches the value entered.

  • : data from the selected column is not displayed if it matches the value entered.

  • is empty: Data from the selected column is displayed if the cells have NULL values (no data).

  • is not empty: Data from the selected column is displayed if the cells do not have NULL values (data).

  • in range: Data from the selected column is displayed if it is in the range entered.

  • not in range: Data from the selected column is displayed if it is not in the range entered.

  • equal to: Data from the selected column is displayed only if it matches the value entered.

  • not equal to: Data from the selected column is not displayed if it matches the value entered.

  • contains: Only applicable to text (strings). Data from the selected column is displayed if it matches the text specified in the filter.

  • does not contain: Only applicable to text (strings). Data from the selected column is displayed if it doesn’t match the text specified in the filter.

  • is empty: Data from the selected column is displayed if the cells have NULL values (no data).

  • is not empty: Data from the selected column is displayed if the cells do not have NULL values (data).

  • equal to: Data from the selected column is displayed only if it matches the date entered.

  • not equal to: Data from the selected column is not displayed if it matches the date entered.

  • in range: Data from the selected column is displayed if it falls within the selected time period range.

  • not in range: Data from the selected column is displayed if it falls outside the selected time period range.

  • before: Data from the selected column is displayed only if the date registered occurred before the chosen date.

  • after: Data from the selected column is displayed only if the date registered occurred after the chosen date.

  • is empty: Data from the selected column is displayed if the cells have NULL values (no data).

  • is not empty: Data from the selected column is displayed if the cells do not have NULL values (data).

  • in last: Data from the selected column is displayed only if it falls within the last time frame chosen by the user and its unit: Days, Weeks, Quarters, Months, Years.

  • in current: Data from the selected column is displayed only if it falls within the current time period chosen by the user: Day, Week (Sun-Sat), Week (Mon-Sun), Month, or Year.

Enter values

Here, the steps diverge depending on the type of attribute and operation chosen.

Numeric attributes
  • Simple Comparisons (>, <, >=, , =, ): An additional input field appears where you can enter a numerical value. Use the plus and minus icons to increase or decrease the value by one unit.

    dashboards filters enter values numeric attributes simple comparisons
  • No Data (is empty, is not empty): No additional input field appears as these filters validate cells based on the presence or absence of NULL values.

    dashboards filters enter values numeric attributes no data
  • Range (in range, not in range): Two adjacent input fields appear where you need to enter the lower and upper limits of the range.

    dashboards filters enter values numeric attributes range
Text attributes
  • No Data (is empty, is not empty): No additional input field appears as these filters validate cells based on the presence or absence of NULL values.

    dashboards filters enter values text date attributes no data
  • Text Entry: An input field appears. Select Add items to provide the specific text values you want to filter by.

    Initially, the menu shows a limited set of recommended values at the top. Choose from this list or use search to find the desired values. The search is case-sensitive.

    dashboards filters enter values text attributes text entry
    By default, the search only looks in the recommended results. To broaden the search to all column values, select Search in all column values.
  • Wildcard Search (contains, does not contain): You can add a percentage sign (%) before or after the text. This restricts the results to show only the ones that either finish or start (respectively) with the expression indicated.

    For example, %s shows the results that end with -s, and s% shows the results that start with s-.

Date attributes
  • Specific Date (equal to, not equal to, before, after): A single input field appears. Click it to open a calendar and select the date.

    dashboards filters enter values date attributes specific date
  • No Data (is empty, is not empty): No additional input fields are required.

    dashboards filters enter values text date attributes no data
  • Date Range (in range, not in range): Two fields appear for entering the start and end dates.

    dashboards filters enter values date attributes date range
  • Relative Date (in last): Two adjacent fields appear, one for entering the number of periods and the other for choosing the type of period (Days, Weeks, Quarters, Months, Years).

    dashboards filters enter values date attributes relative date
  • Current Period (in current): A field appears for specifying the current time period: Day, Week (Sun-Sat), Week (Mon-Sun), Month, Year.

    dashboards filters enter values date attributes current period

Apply filters

  • Select Apply filters so your filters are reflected in the dashboard.

  • To add more filters, select Add filter and repeat the previous steps.

  • To remove all filters, select Clear all.

dashboards filters include filters

For each filter, you can perform some additional actions:

  • To modify a filter, select the condition and make the necessary adjustments.

  • To lock a filter, select the lock icon in the upper-right corner of the filter. When viewing the report, the filter is still applied, but it is read-only.

    To make the filter editable in the View mode, select the lock icon again.

  • To remove a single filter, select the trash icon next to the filter you wish to delete.

dashboards filters additional actions

View your dashboard

Once you’ve customized your dashboard, select Present in the upper-right corner of the screen. Your dashboard shifts to a read-only, polished view—​ideal for presentations or focused analysis.

dashboards view your dashboard present

When you select Present, you enter the View mode.

If you plan to share a link to this dashboard, remember that other users can only view it if certain conditions are met. For details, see Share your dashboard.

Save your dashboard

Once you’ve customized your dashboard, select Save. This saves all your updates for the current dashboard tab.

The last saved timestamp is shown to the left of the Save option.

To keep track of your dashboard’s versions, use the three dots menu and select Version history.

Here you can view change logs, restore the dashboard to a previous version, or save a specific version as a new section.

dashboards more options version history

Share your dashboard

After saving, your dashboard is ready for viewing and you can also share it with others.

If you plan to share a link to this dashboard, remember that other users cannot view it unless:

  • You explicitly share it with them.

  • They have the required permissions to the collection storing the visualizations used in the story.

  • They have the appropriate access level to the underlying catalog items or Data Quality (DQ) results in ONE.

To share a dashboard:

  1. Select Share.

    dashboards share button
  2. Edit Share dashboard settings:

    • Find and select the Users or Groups you want to share the dashboard with.

    • Select the appropriate access level (Edit or View) for each user. You can also remove existing access rights from this same menu.

    • Select Copy Link to copy the dashboard URL to your clipboard. You can then paste this URL into an email, chat, or any other communication channel to share it directly.

  3. Once you have selected the relevant users or groups and set up their access levels, select Done. Your coworkers can now view or edit your dashboard.

    dashboards share menu options

Was this page useful?