Forum Discussion

DaryaS's avatar
DaryaS
New Member
6 years ago
Solved

Power BI dataset loses decimals when created from dataflow

Hi All,   We load data from Google BigQuery to Power BI dataflow, on top of which a dataset is created. In the resulting dataset, all the amounts that have decimals are rounded and the decimals ar...
  • DaryaS's avatar
    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 there

     

    Observation: 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)