Forum Discussion
Anonymous
3 years agoNot applicable
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...
- 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.
bolfri
3 years agoSolution Sage
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.
- Anonymous3 years agoNot applicable
thank you so much that worked!! I clicked on the duplicated Id field (text type) in the Fields panel then chose "sort by column" and chose the ID column (number type) and it worked in Format pane.