ROUND
Last updated
Was this helpful?
The ROUND function rounds a number to a specified number of decimal places. It adjusts the value based on standard rounding rules to produce a result with the required precision. This function is commonly used in financial calculations, reporting, and data formatting where consistent decimal accuracy is required.
ROUND(value, significance)value: The number to round.
significance (Optional): The number of decimal places to which the value should be rounded. If not specified, the default value is 1.
Returns the rounded value with the specified precision.
ROUND(Total Sales, 2)In the example below, the Rounded Sales measure is created using the ROUND function, which rounds the values in Total Sales to 2 decimal places.

Last updated
Was this helpful?
Was this helpful?