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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Rounding Error?

I created the below measures.

 

Measure A = sum([sales 1]) / sum([Area 1]). 

Measure B = sum([sales 2]) / sum([Area 2]). 

Maximum = if( Measure A > Measure B, Measure A, Measure B)

Difference = Maximum - Measure A

 

Now, if Measure A > Measure B. Maximum returns the value measure A. But value of 'Difference' is not zero, i.e. 6e-13.

 

Why there is a difference after putting the numbers into the if statement?

 

3 REPLIES 3
Anonymous
Not applicable

Hi @Anonymous ,

 

Failed to reproduce the scenario, please show some sample data.

1.jpg

 

Best Regards,

Jay

amitchandak
Super User
Super User

@Anonymous , Limit that to two or three decimal places.

Also, make sure it is decimal type nor scientific

 

Data format Sci.png

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Thanks for your suggestion. However, it does not help. My question is why there is a tiny different after I put the value into the 'if' funtion even though the measures inside the 'if' and without 'if' are the same function. All the measures are in decimal.

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.