EDITable
  • Introduction to EDITable
    • Why EDITable?
    • Supported Database Connections
  • Get Started
    • EDITable Pre-requisites
      • Admin consent for EDITable's Entra ID
        • Basic consent
        • Full admin consent
    • Install EDITable
    • Add EDITable visual
  • Getting Data into EDITable
    • Connect to Data
      • Get data
      • Assign fields
      • Configuration Steps
        • Configure source
        • Configure Columns
        • Configure Type 2 SCDs (Optional)
    • Create a Table
      • Create From Scratch
      • Use Existing Table
      • Import Data
  • Working with EDITable
    • EDITable interface
    • Manage Columns
      • General
      • Constraints
      • Lookup and Relation
      • Display
      • Import/Export Configuration
      • Add Database Column
      • Insert Column
    • Column Access Control
    • Row Identification
    • Table Operations (Insert/Update/Delete)
      • Edit data
      • Bulk Edit
      • Find and Replace
      • Insert rows
      • Insert Column
      • Import rows
      • Delete rows
      • Duplicate rows
      • Copy rows
      • Preview Changes
      • Reset Changes
    • Explore data
      • Search and filter
      • Sort and reorder
      • Show/Hide columns
      • Pin columns
      • Group Rows By
      • Summarize Column
    • Basic formatting
    • Conditional Formatting
  • Row Access Control
  • Approval Workflow
    • Review Changes - Workflow process
  • Type 2 SCDs
    • Configuring Type 2 SCDs in EDITable
  • Audit logs
  • Webhook
  • Display Settings
  • Commenting and Collaboration
    • Assign users & task status
    • View all comments & track changes
    • Comment Settings
  • Admin Portal & EDITable Console
    • Tables
    • Transaction Logs
    • Insights (Metrics)
    • Utility
      • Download Report
      • Pipeline
        • Power BI & EDITable deployment pipelines
        • Deployment in different destinations
        • Trigger deployment pipeline from external applications
        • Logs & other pipeline options
    • Manage Profile
    • Admin Portal
      • User Management
      • Settings
        • General Settings
        • Writeback Settings
          • Settings
          • EDITable managed DB
        • API token
    • Onboarding Actions
  • Formula and Functions
    • Conditional statements
      • IF
      • IFNA
      • SWITCH
    • Logical functions
      • AND
      • IN
      • ISBLANK
      • ISEMPTY
      • ISNUMBER
      • NOT
      • OR
      • XOR
    • Math functions
      • ABS
      • AVERAGE
      • AVERAGEIF
      • AVERAGEEXNEG
      • AVERAGEEXZERO
      • AVERAGEEXZERONEG
      • CEILING
      • COUNT
      • COUNTIF
      • DIVIDE
      • EVEN
      • EXP
      • FLOOR
      • LOG
      • MAX
      • MIN
      • PCT
      • POWER
    • Text formatting functions
    • Date functions
      • DATE
      • DATE.FORMAT
    • Other operators
  • Keyboard Shortcuts
  • Release Notes
    • EDITable - v1.7.5
    • EDITable - v1.7
    • EDITable - v1.6.5
    • EDITable - v1.6
Powered by GitBook
On this page
  1. Formula and Functions

Math functions

NAME
DESCRIPTION

Returns the absolute value of a number, a number without its sign

Returns the average of the arguments

Returns the average of the filtered values that satisfy the given condition

Returns the average of the arguments excluding negatives

Returns the average of the arguments excluding zeros

Returns the average of the arguments excluding zeros and negatives

Rounds a number to the nearest integer or to the nearest multiple of significance

Counts the number of items in the list

Returns the count of items that match the specified condition

Returns the division of two values

Rounds to the nearest higher even number

Returns e raised to the power of a given number

Rounds a number (towards zero) to the nearest specified multiple of significance

Returns the logarithm of a number to the base specified

Returns the largest number in a set of values

Returns the smallest number in a set of values

ODD

Rounds to the nearest higher odd number

Returns the result of a number raised to a power

RAND

Returns a random number between 0 and 1

RANDBETWEEN

Returns a random number between two values

ROUND

Rounds a number to the specified number of decimal places

SQRT

Returns the square root of a number

SUM

Returns the sum of all the numbers in the argument

Used for a percentage calculation

This section is being updated. Some formulas and functions may not be currently available in the visuals or the docs. We appreciate your understanding and patience as we work to provide comprehensive information about these formulas and functions.

PreviousXORNextABS

Last updated 6 months ago

ABS
AVERAGE
AVERAGEIF
AVERAGEEXNEG
AVERAGEEXZERO
AVERAGEEXZERONEG
CEILING
COUNT
COUNTIF
DIVIDE
EVEN
EXP
FLOOR
LOG
MAX
MIN
POWER
PCT