Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Same column filter, but showing different values after converting data type to 'text'

Hello, I wanted to make my ID column (data type: number) a searchable filter so I've duplicated the ID column and made the duplicated field's data type to Text. However, that I've created same filte...
  • bolfri's avatar
    3 years ago

    Can you provide a Power BI file with those two columns? You can delete anything else. 😉 

     

    Numbers are sort from 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 and for text it will be 1, 10, 2, 3, 4... etc.

     

    You can select ID (TEXT) and order it by column ID (Number) to check all the values.