Forum Discussion

SClarke501's avatar
SClarke501
Frequent Visitor
4 years ago
Solved

Converting visible numbers to plain text

Bit of a strange one but I can't figure out how to do this in Power Query.   I have a column of decimal numbers, where I need to differentiate between things like 1.1 and 1.10 (1.10 wants to be tre...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi SClarke501 ,

     

    You can use Number.RroundUp() to convert 2.29999999 to 2.3.

    And the new column can be changed to text type.

     

     

     

     

    Best Regards,

    Stephen Tao

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.