Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
debiagui
Helper II
Helper II

Precision in Power Query number data type

I've a dataflow with material master data and his net weight in kilogrames, the source is an excel in a sharepoint, the Net Weight is saved in number data type.
Then I use this dataflow in another one to convert the Sales in units to Tons using a power query formula like
= Units * [Net Weight] /1000 (the new calculated column is saved also in number data type) but for a small products the result losess some decimals, seams like there was some round in the power query background.
Some one knows about the precision in number data type?
Sample:
Sales In units = 5, Net Weight of the product in TONS 0.000048, Result of the new column  = 0, but the real result it's 0.00024
Or maybe is a bug?
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @debiagui ,

 

Based on my test:

Eyelyn9_0-1631842212428.png

If you are in the same case, please change the Format from General to Scientific as shown below:

Eyelyn9_3-1631842617687.png

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @debiagui ,

 

Based on my test:

Eyelyn9_0-1631842212428.png

If you are in the same case, please change the Format from General to Scientific as shown below:

Eyelyn9_3-1631842617687.png

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors