Forum Discussion
Omid_Motamedise
1 year agoSuper User
Convert number into %
In excel there is a function like text to convert a value into any format like Text(2,"0%") which results in 2%, how we can convert the number 2 to 2% in power query except using Text.From(2)& "%"?
- 1 year ago
2 is 200%, not 2% and TEXT(2, "0%") yields 200% in Excel. Use Number.ToText in PQ with different format options.
AlienSx
1 year agoSuper User
2 is 200%, not 2% and TEXT(2, "0%") yields 200% in Excel. Use Number.ToText in PQ with different format options.