Forum Discussion
hakanaydogmus
3 years agoNew Member
The Float Type Column Entered as Integer
Hello everyone,
I want to transfer data into power bi from a CSV file. The 'PRICE' column's type in the CSV file is float but in power bi, this column is entered as an integer type and the values of the column are changing. I did some research about this problem but I haven't found any solution yet. How can I transfer this column as float?This is from jupyter notebook, the column's type is originally floatThis is from power bi, in power query editor
2 Replies
- amitchandakSuper User
hakanaydogmus , Change it number on this step and try. Manually edit it
- hakanaydogmusNew Member
But this dataset has 800+ rows. Do I have to edit all rows manually? There must be another way. I tried to change the column type to float in the power query editor but the values remain the same.