Forum Discussion
Anonymous
3 years agoNot applicable
Power Query Rounding to a whole number
Hi I am struggling to find a solution to an issue where my raw Data in a column has decimal places e.g: Part qty Bar 1 0.3 Bar 2 0.5 Bar 3 1.2 Bar 4 0.2 When Power Query i...
- Anonymous3 years ago
Or change to number.
--Nate
ppm1
3 years agoSolution Sage
The Int data type is integer, so you need to change it to fixed decimal instead.
Pat