Forum Discussion
Power BI dataset loses decimals when created from dataflow
- 6 years ago
For now, we fixed the problem in the following way:
> in the dataflow, change a measure column to data type text (so you will see numbers like ##.##000000000)
> reload the dataset
> decimals appear and are correct
> roll the column in the dataflow back to decimal
> refresh the dataset again - decimals are still thereObservation: in step 1, I have changed the data type only for 1 column - but after the refresh, all measures were showing their decimals correctly (even the ones without any changes in data types)
Hi Kathrin,
On the Modelling tab, the column is also set to decimal number format with 2 decimal places. Unfortunately, that doesn't resolve the issue.
Regards,
Darya
Hi DaryaS ,
and th datatype in the Dataflow is also Decimal Number because in your picture the datatype is fixed decimal number...?
Best,
Kathrin
If this post has helped you, please give it a thumbs up!
Did I answer your question? Mark my post as a solution!
- DaryaS6 years agoNew Member
Kathrin,
As far as I know, in dataflow there is no option to set fixed decimal as a data type, you can only pick decimal:
Regards,
Darya