RAND
Generates a random number between 0 and 1 to support simulations and randomized calculations.
Last updated
Was this helpful?
Generates a random number between 0 and 1 to support simulations and randomized calculations.
The RAND function returns a random decimal number between 0 and 1. It generates a new value each time the function is evaluated and is commonly used in simulations, testing, or scenarios requiring random data.
RAND()In the example below, the Rand measure is created using the RAND function, which generates a random number between 0 and 1.

Last updated
Was this helpful?
Was this helpful?