Forum Discussion
hendraoui
3 years agoRegular Visitor
Convert text to pourcentage
Hello everybody, How to convert a value with type text in pourcent? Thanks 🙂
- 3 years ago
We just had to replace the empty cells with null 😉
hendraoui
3 years agoRegular Visitor
it looks like this:
- tamerj13 years ago
Community Champion
I tried from my end and Power Query automatically converted the text to number without me even doing anything. Make sure to check if you have some cells that contain letters or hidden special characters. You may also try Tranform - Trim and Trasform - Clean if you cannot see any visible character.
- FreemanZ3 years ago
Super User
hi hendraoui
it looks like you have data from a specific locale, like Germany.
try to
1) right click the column, choose Change Type -> Using Locale, choose Decimal Number and English(Germany), and OK to close.
2) change it to percentage as usual.
- hendraoui3 years agoRegular Visitor
We just had to replace the empty cells with null 😉