When I use the import from text function within powerivot to improt a CSV file wich contains colums with decimal values, powerpivot removes the fractional part of the value (the part to the the right of the decimal point) as it imports. thus if a value in the csv file is 0.9, when it arrives in a table in powerpivot it has the value 0. as such 1.3 is given the value 1 and so on.
Does anyone know how to import these values without powerpivot removing the factional part of the decimal as it imports the data fom a csv file?