Forum Discussion
Data lost between Power Query and Power BI
- 7 years ago
You haven't got the correct data type on the column.
It is set as the 'any' type and when it gets brought into powerbi, the data is treated like text so the scientific notation is shown in powerbi.
Experiment in Power Query with 'whole number', or 'decimal'
If none of them work, just bring the original field e.g, 36003466347734 through as text and change it in power bi front end
You haven't got the correct data type on the column.
It is set as the 'any' type and when it gets brought into powerbi, the data is treated like text so the scientific notation is shown in powerbi.
Experiment in Power Query with 'whole number', or 'decimal'
If none of them work, just bring the original field e.g, 36003466347734 through as text and change it in power bi front end
Worked!
Thanks!