cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Justas
Frequent Visitor

Gross Margin after dividing returns enormous number

Hello,

 

I use dax Gross profit margin =Divide (Gross profit, Income)*100 formula. My income is zero in Month of May. After division returns enormous number. Gross Margin May.jpg

1 ACCEPTED SOLUTION

Try using the ROUND function on your fields before dividing.  Or alternatively do the rounding in Power Query so they're stored with the right number of significant digits.

View solution in original post

8 REPLIES 8
dedelman_clng
Community Champion
Community Champion

Hi @Justas -

 

DIVIDE has a 3rd parameter, which you set the value if the result would otherwise throw an error.

 

Gross profit margin =Divide (Gross profit, Income, 0)*100

 

Hope this helps

David

Nothing chages if I put alternate rezult 0 in Divide formula

Sorry, I read the question wrong.

 

Check your data that Income is actually 0.  Often times when things are sourced from Excel or other financial applications, what looks to be 0 will be something like 1.2e-6 (.00000012) which rounds to 0 in 2 decimal places but isn't 0.

 

In your case Income would be approx 4.5e-7 (0.000000045) based on the results shown.

 

Hope this helps

David

In excel Credit-Debit shows 0,00E+00, but then calculates margin denominator (income) seems to be not equal to zero. I do not know what to do!

Try using the ROUND function on your fields before dividing.  Or alternatively do the rounding in Power Query so they're stored with the right number of significant digits.

My new formula:

 

Gross profi margin %=Divide([Gross Profit],round([Revenue],2))*100

In excel mannualy made decimal places to check if any other numbers after comma not equal to 0.  Income calculates Credit-Debit and result from operatios equals to zero (see difference below):

Justas_0-1624338193778.png

Is any formula or method in excel to check that data is really 0?

 

Justas
Frequent Visitor

In  Query I found last decimal space with number 7, but in excel shows 8873,2000000000. What to do 😞 ?

Justas_0-1624363497935.png

 

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors