Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Glitch with Conditional columns

I have a problem with the data type of a conditional colum. I have a whole Number column I am modifying to group values together, but the output is being treated as text and not a whole number. I ca...
  • v-kelly-msft's avatar
    v-kelly-msft
    6 years ago

    Hi Anonymous ,

     

    You need to create a measure to change your value,using  fixed(value,number),number here equals the number of decimal places.

    As you see below:

     

    If you choose "0",it will convert into a int like number.But it's text type.

     

    Here is the reference.

     
    Best Regards,
    Kelly
     
    Did I answer your question? Mark my post as a solution!