Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Dealing with various data formats in the same column

Hello,   My data includes both numbers and texts in the same column which I get from an excel file. Power BI recognizes data type of this column as "Text" since I guess it has both numbers and text...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Okay I have solved the issue myself. I had to use VALUE() function inside the FORMAT() function like this:

     

    FORMAT( VALUE([Data]),"0.00%")