Round
Scalar
Round(value, digits)
SQL ROUND. Note that display formatting (decimals, prefix/suffix) is usually better handled by the measure’s format settings — reach for Round when the rounded value itself feeds further math.
When to use it
Section titled “When to use it”- When the rounded number feeds further math or labels — for pure display, set the measure’s format instead.
Example
Section titled “Example”RevenueK := Round(Divide([Revenue], 1000), 1)