I am using Tableau Desktop 10.x, and have a LIVE connection from MS Excel file.
I have a column with some numbers as below:
123
1234
12345
However, I want to change or create another column to see the results as below:
ID000123
ID001234
ID012345
I know there is a function in Excel to covert strings in a specific format --> "=Text()" , for example below excel formula will convert the string in a specific format:
=Text(A1,"ID000000")
Please help me as I want this trick/results in the Tableau data.