Forum Discussion
janez599
9 years agoRegular Visitor
Please Help: change data type from text to decimal number
Hi there, I am new to Excel and Power BI Desktop. I am using a text file with many columns to analyze our website traffic. One of the columns is click-through rate was imported as a text. I wanted tha...
- 9 years ago
There are several steps involved:
- Right-click the column, select Replace Values...
- Replace the % symbol with nothing
- Change Type to Fixed Decimal Number
- Since this is a percentage, you need to divide by 100
- Finally, you get the desired result
- Right-click the column, select Replace Values...
Daniil
Kudo Kingpin
9 years agoThere are several steps involved:
- Right-click the column, select Replace Values...
- Replace the % symbol with nothing
- Change Type to Fixed Decimal Number
- Since this is a percentage, you need to divide by 100
- Finally, you get the desired result
janez599
9 years agoRegular Visitor
Thanks a lot Daniil for your detailed instruction!