Endash
DashboardBlog
Endash
  • 🏡Home
    • Endash guide
  • 🚀Start guide
    • Welcome to Endash
    • Quick Onboarding
  • 📊Dashboard
    • Authentication
      • Sign up
      • Sign in
      • Accept the invitation to a team
    • Dashboard
      • Onboarding your Dashboard
      • Create a blank Public/Private Dashboard
      • Create a Public/Private Dashboard from Template
      • List of your Dashboards
      • Arrange Dashboards order
      • Dashboard permissions and Invite Members to private Dashboard
      • Delete a Dashboard
      • Rename a Dashboard
      • Duplicate a Dashboard
      • Add a description to a Dashboard
      • Refresh a Dashboard
      • Add favorites
      • Export PDF
      • Publish dashboard
      • Dashboard subscription
        • With email
        • With Slack
      • Dashboard comment
    • Widget
      • Add any Widget type with any available Data model
      • Arrange Widgets order
      • Delete a Widget
      • Rename a Widget
      • Duplicate a Widget
      • Refresh a Widget
      • Move or copy a Widget to another Dashboard
      • Alert
    • View details of Widget
      • Arrange Views order
      • Delete / Rename / Duplicate the View of a Widget
      • Create / Delete / Rename / Duplicate a new View of a Widget
      • Add a description to a Widget
      • Check the Views of Widgets on the Dashboard
      • Export to CSV or XLSX
    • Dashboard - Filter
      • Filtering the Dashboard
        • Add the Dashboard filters
        • Edit the Dashboard filters
        • Delete the Dashboard filters
      • Personal Dashboard filters
      • Override Dashboard Filters on child widgets
      • Filter per widgets
    • Widget types
      • Table
        • Table - Drag and Resize columns
        • Table - Hide/Show column
        • Table - Pin column
        • Table - Search
        • Table - Footer formula
        • Table - Filter
        • Table - Sort
        • Table - Grouping
        • Table - Time series
          • Table - Time series - Reference date preset and Compare to the past
          • Table - Time series with Grouping
      • Bar (chart type)
        • Bar chart - Change to other types
        • Bar chart - Filter
        • Bar chart - Sort
        • Bar chart - Time series - Reference date preset and Compare to the past
      • Line (chart type)
        • Line chart - Filter
        • Line chart - Time series - Reference date preset and Compare to the past
      • Pie / Donut (chart type)
        • Pie chart - Filter
        • Pie chart - Sort
      • Board (chart type)
        • Board chart - Filter
        • Board chart - Time series - Reference date preset and Compare to the past
      • Combo chart (chart type)
        • Combo chart - Change to other types
        • Combo chart - Filter
        • Combo chart - Sort
        • Combo chart - Time series - Reference date preset and Compare to the past
      • Pivot Table
        • Flat Pivot
        • Pivot Table - Filter
        • Pivot Table - Sort
      • Gallery
        • Gallery details
        • Gallery - Filter
        • Gallery - Sort
        • Gallery - Grouping
      • Goal (chart type)
        • Goal - Filter
      • AI Text note
      • Header note
    • Footer formula
    • Custom formula column
    • Custom column configuration
    • More customizations of Tables and Charts
    • AI Visualization
      • Just ask what you want
      • Checking your prompt
    • Settings
      • Plan & Billing
  • ⛓️Connect
    • Data Connectors (Trino, Fivetran, Endash provider, and Cigro Connector)
    • Select a data connector to connect
    • Upload CSV file
    • List of your Connections
    • Settings your data connection(s) (Trino, Fivetran, Endash provider, and Cigro Connector)
      • Connect - Status
      • Connect - Schema
      • Connect - Setup
  • 🎇DATA
    • Data Transformation
      • List of your Data Collections
      • List of your Data Connections
      • Add a Collection
      • Rename a Collection
      • Add a description to a Collection
      • Delete a Collection
    • Data Collection details
    • Build a Data model
    • Data model details
      • Rename a Data model
      • Add a description to a Data model
      • Delete your data models
      • Preview - Data model
      • Build - Data model
      • Columns - Data model
      • Related - Data model
      • Details - Data model
      • Duplicate a Data model
    • Build and modify a data model with our AI query
    • Data of Connection details
      • Add a description to a Data of Connection
      • Columns - Data of Connection
      • Preview - Data of Connection
      • Related - Data of Connection
    • Directed Acyclic Graph (DAG)
  • Other guides
    • Endash: Connectors
    • Endash: Export to Google Sheets
    • Endash: Data Templates
  • Need more help?
    • Contact us
Powered by GitBook
On this page
  • Overview
  • Open custom formula column pop-up
  • Create a custom formula column
  • Edit a custom formula column
  • Delete a custom formula column

Was this helpful?

  1. Dashboard

Custom formula column

PreviousFooter formulaNextCustom column configuration

Last updated 7 months ago

Was this helpful?

Overview

A custom formula column allows users a new column where each cell's value is dynamically calculated based on a formula. The formula can reference other columns, perform calculations, apply logical operations, or even use built-in functions.

Example:

If you have a dataset with columns "Price" and "Quantity", you could create a custom formula column called "Total Cost" that multiplies these two columns, with a formula like:

= {Price} * {Quantity}

Open custom formula column pop-up

  • For Table, you can create a Fx column by clicking on the icon next to the last column.

  • For other widgets, you can find the Fx icon when adding the column to create a widget.

Create a custom formula column

  • You will be asked to fill in the Column name and the Formula

  • Select the arrows next to Fields and Functions to browse and pick the desired column easily.

  • You can input directly into the Formula field to display results close to the result.

  • Click the Save column button to finish the setup.

  • Click the Discard button to go back to the previous state.

You can check at the bottom of the field to see if the Fx column is aggregated or analytic.

  • The newly create Fx column will be on the right side of the Table.

  • For other charts, you can select it on the list.

Edit a custom formula column

  • Click on the Formula text.

  • You can click directly on Properties to edit it.

This column is local to the View and won’t impact the data model

  • In pivot, aggregated/analytical columns can only be used in Values.

  • In the vertical bar, the aggregated/analytical column can only be used for the Y-axis.

Delete a custom formula column

  • Simply click the Delete button in the Edit column to delete the Fx column.

Click on the icon of the Fx column.

📊
🖋️