Forum Discussion

jmmariscal's avatar
jmmariscal
Frequent Visitor
4 years ago
Solved

Decomposing a number

Hi,   I would like to decompose a number to get part of it using DAX. These are some examples of what I want to get:   Number: 42.330-->I want to get 330 (this is 42330-42000) Number: 54320--> I...
  • PaulOlding's avatar
    4 years ago

    Hi jmmariscal 

    You could use the MOD function.

    MOD(Number, 1000)