Skip to content

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 the rounded number feeds further math or labels — for pure display, set the measure’s format instead.
RevenueK := Round(Divide([Revenue], 1000), 1)