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
Anonymous
3 years agoNot applicable
Or change to number.
--Nate
- Anonymous3 years agoNot applicable
Hi thanks yes changed the Int64.Type to type number and it resolved the issue.