REPT is a DAX function that repeats a text string a specified number of times.
Syntax
REPT(
Text,
NumberOfTimes
)
Argument | Properties | Description |
---|---|---|
Text | The text you want to repeat. | |
NumberOfTimes | A positive number specifying the number of times to repeat text. |