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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

The result of a conversion or arithmetic operation is either too large or to small

I am trying to create a column that is an equation of simple arithmetic of other columns in the same dataset. However when I hit enter the following appears: "The result of a conversion or arithmetic operation is either too large or to small." What can I do to fix this? I have tried to rewrite it and restart Power BI but it does not work when the same equation works with other similar datasets.

4 REPLIES 4
Anonymous
Not applicable

Use ROUND () (Dax) in the variables you are going to divide. 

 

For example

VAR Numerator = ROUND ( SUM(Fact[Costs]) , 2 ) 

VAR Denomiantor = ROUND ( SUM(Fact[Sales] , 2 ) 

 

RETURN

      DIVIDE ( Numerator, Denomintor )

Icey
Community Support
Community Support

Hi @Anonymous ,

 

Is this problem sloved?
 
If it is sloved, could you kindly accept it as a solution to close this case?  
 
If not, please let me know.  
 
Best Regards
Icey
Anonymous
Not applicable

I ended up doing the equation outside of Power BI. Thank you for your help!

Icey
Community Support
Community Support

Hi @Anonymous ,

 

Is your data type ‘Decimal’? If so, you can change your data type to ‘Whole number’ or control the number of decimals. You can refer to this blog and this one.

 

If not, please give me more details, so that I can help you better.

 

 

Best Regards,

Icey

 

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

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors